Skip to content

Commit

Permalink
fix: documentation error (TRST-R09)
Browse files Browse the repository at this point in the history
Signed-off-by: Tomás Migone <[email protected]>
  • Loading branch information
tmigone committed Dec 9, 2024
1 parent 0a31b58 commit 85de5bd
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions packages/subgraph-service/contracts/DisputeManager.sol
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,9 @@ import { AttestationManager } from "./utilities/AttestationManager.sol";
* Indexers use the derived private key for an allocation to sign attestations.
*
* Indexing Disputes:
* Indexers present a Proof of Indexing (POI) when they close allocations to prove
* they were indexing a subgraph. The Staking contract emits that proof with the format
* keccak256(indexer.address, POI).
* Any fisherman can dispute the validity of a POI by submitting a dispute to this contract
* along with a deposit.
* Indexers periodically present a Proof of Indexing (POI) to prove they are indexing a subgraph.
* The Subgraph Service contract emits that proof which includes the POI. Any fisherman can dispute the
* validity of a POI by submitting a dispute to this contract along with a deposit.
*
* Arbitration:
* Disputes can only be accepted, rejected or drawn by the arbitrator role that can be delegated
Expand Down

0 comments on commit 85de5bd

Please sign in to comment.