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 25d22e4 commit 4ba215cCopy full SHA for 4ba215c
packages/subgraph-service/contracts/DisputeManager.sol
@@ -247,7 +247,7 @@ contract DisputeManager is
247
* use acceptDisputeConflict.
248
* @dev Accept a dispute with Id `disputeId`
249
* @param disputeId Id of the dispute to be accepted
250
- * @param tokensSlash Amount of tokens to slash from the indexer for the first dispute
+ * @param tokensSlash Amount of tokens to slash from the indexer
251
*/
252
function acceptDispute(
253
bytes32 disputeId,
0 commit comments