Skip to content

Commit

Permalink
Merge pull request #90 from FilOzone/fix/ipdp-iface
Browse files Browse the repository at this point in the history
Match iface to implementation
  • Loading branch information
ZenGround0 authored Jan 24, 2025
2 parents 34be592 + e35c98a commit 254b84f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/IPDPProvingSchedule.sol
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ interface IPDPProvingSchedule {
/// @return Challenge window size in epochs
function challengeWindow() external pure returns (uint256);

/// @notice Value for initializing the challenge window start for a given proof set assuming proving period starts now
/// @notice Value for initializing the challenge window start for any proof set assuming proving period starts now
// @return Initial challenge window start in epochs
function initChallengeWindowStart(uint256 setId) external pure returns (uint256);
function initChallengeWindowStart() external pure returns (uint256);


/// @notice Calculates the start of the next challenge window for a given proof set
Expand Down

0 comments on commit 254b84f

Please sign in to comment.