Skip to content

Commit

Permalink
fix: remove redundant getDisputePeriod function
Browse files Browse the repository at this point in the history
  • Loading branch information
MoonBoi9001 committed Oct 2, 2024
1 parent 4ffa589 commit 7ddebbd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 3 additions & 2 deletions packages/subgraph-service/contracts/DisputeManager.sol
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,9 @@ contract DisputeManager is
OwnableUpgradeable,
GraphDirectory,
AttestationManager,
DisputeManagerV1Storage,
IDisputeManager
IDisputeManager,
DisputeManagerV1Storage

{
using TokenUtils for IGraphToken;
using PPMMath for uint256;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -216,8 +216,6 @@ interface IDisputeManager {

function getVerifierCut() external view returns (uint32);

function disputePeriod() external view returns (uint64);

function isDisputeCreated(bytes32 disputeId) external view returns (bool);

function encodeReceipt(Attestation.Receipt memory receipt) external view returns (bytes32);
Expand Down

0 comments on commit 7ddebbd

Please sign in to comment.