Skip to content

Commit

Permalink
Update contracts/src/zkRealitioForeignProxy.sol
Browse files Browse the repository at this point in the history
Co-authored-by: Aleix <[email protected]>
  • Loading branch information
unknownunknown1 and alcercu authored Oct 18, 2024
1 parent 95e5e9f commit 4efe538
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/src/zkRealitioForeignProxy.sol
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ contract zkRealitioForeignProxy is IForeignArbitrationProxy, IDisputeResolver {

arbitrationIDToDisputeExists[arbitrationID] = true;
arbitrationIDToRequester[arbitrationID] = _requester;
arbitrationCreatedBlock[disputeID] = block.timestamp;
arbitrationCreatedBlock[disputeID] = block.number;

// At this point, arbitration.deposit is guaranteed to be greater than or equal to the arbitration cost.
uint256 remainder = arbitration.deposit - arbitrationCost;
Expand Down

0 comments on commit 4efe538

Please sign in to comment.