You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mapping(uint256 questionID => ArbitrationRequest) public arbitrationRequests; // Maps a question identifier in uint256 to its arbitration details. Example: arbitrationRequests[uint256(questionID)]
60
-
mapping(address arbitrator =>mapping(uint256 disputeID =>uint256questionID)) public arbitratorDisputeIDToQuestionID; // Maps a dispute ID to the ID of the question (converted into uint) with the disputed request in the form arbitratorDisputeIDToQuestionID[arbitrator][disputeID].
public arbitratorDisputeIDToQuestionID; // Maps a dispute ID to the ID of the question (converted into uint) with the disputed request in the form arbitratorDisputeIDToQuestionID[arbitrator][disputeID].
61
62
ArbitrationParams[] public arbitrationParamsChanges;
62
63
63
64
// ************************************* //
@@ -178,11 +179,8 @@ contract RealitioProxyV2 is IRealitioArbitrator, IArbitrableV2 {
); /* If msg.value is greater than intended number of votes (specified in arbitratorExtraData),
185
-
Kleros will automatically spend excess for additional votes. */
182
+
// If msg.value is greater than intended number of votes (specified in arbitratorExtraData), Kleros will automatically spend excess for additional votes.
0 commit comments