We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75f6304 commit 8b70f50Copy full SHA for 8b70f50
contracts/standard/arbitration/Arbitrator.sol
@@ -39,6 +39,7 @@ contract Arbitrator {
39
40
/** @dev To be raised when a dispute can be appealed.
41
* @param _disputeID ID of the dispute.
42
+ * @param _arbitrable The contract which created the dispute.
43
*/
44
event AppealPossible(uint indexed _disputeID, Arbitrable indexed _arbitrable);
45
0 commit comments