Skip to content

Commit 85de5bd

Browse files
committed
fix: documentation error (TRST-R09)
Signed-off-by: Tomás Migone <[email protected]>
1 parent 0a31b58 commit 85de5bd

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

packages/subgraph-service/contracts/DisputeManager.sol

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,9 @@ import { AttestationManager } from "./utilities/AttestationManager.sol";
3131
* Indexers use the derived private key for an allocation to sign attestations.
3232
*
3333
* Indexing Disputes:
34-
* Indexers present a Proof of Indexing (POI) when they close allocations to prove
35-
* they were indexing a subgraph. The Staking contract emits that proof with the format
36-
* keccak256(indexer.address, POI).
37-
* Any fisherman can dispute the validity of a POI by submitting a dispute to this contract
38-
* along with a deposit.
34+
* Indexers periodically present a Proof of Indexing (POI) to prove they are indexing a subgraph.
35+
* The Subgraph Service contract emits that proof which includes the POI. Any fisherman can dispute the
36+
* validity of a POI by submitting a dispute to this contract along with a deposit.
3937
*
4038
* Arbitration:
4139
* Disputes can only be accepted, rejected or drawn by the arbitrator role that can be delegated

0 commit comments

Comments
 (0)