File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
packages/subgraph-service/contracts Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -31,11 +31,9 @@ import { AttestationManager } from "./utilities/AttestationManager.sol";
31
31
* Indexers use the derived private key for an allocation to sign attestations.
32
32
*
33
33
* 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.
39
37
*
40
38
* Arbitration:
41
39
* Disputes can only be accepted, rejected or drawn by the arbitrator role that can be delegated
You can’t perform that action at this time.
0 commit comments