Skip to content

Commit 4ba215c

Browse files
committed
fix: accept dispute documentation
1 parent 25d22e4 commit 4ba215c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/subgraph-service/contracts/DisputeManager.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ contract DisputeManager is
247247
* use acceptDisputeConflict.
248248
* @dev Accept a dispute with Id `disputeId`
249249
* @param disputeId Id of the dispute to be accepted
250-
* @param tokensSlash Amount of tokens to slash from the indexer for the first dispute
250+
* @param tokensSlash Amount of tokens to slash from the indexer
251251
*/
252252
function acceptDispute(
253253
bytes32 disputeId,

0 commit comments

Comments
 (0)