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
Copy file name to clipboardExpand all lines: contracts/src/arbitration/interfaces/IEvidence.sol
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ pragma solidity >=0.8.0 <0.9.0;
6
6
interfaceIEvidence {
7
7
/// @notice To be raised when evidence is submitted. Should point to the resource (evidences are not to be stored on chain due to gas considerations).
8
8
/// @param _externalDisputeID Unique identifier for this dispute outside Kleros. It's the submitter responsibility to submit the right external dispute ID.
9
-
/// @param _party The address of the party submiting the evidence. Note that 0x0 refers to evidence not submitted by any party.
9
+
/// @param _party The address of the party submitting the evidence.
0 commit comments