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 f79dc2e commit 4ffa589
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,8 @@ 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 4ffa589

Please sign in to comment.