Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
saratnt committed May 20, 2024
1 parent 68672e5 commit e982ede
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ interface ForgerStakes {
function getPagedForgersStakes(int32 startIndex, int32 pageSize) external view returns (int32, StakeInfo[] memory);

// disableAndMigrate can be called only after fork point 1.4 and only by the ForgerStakesV2 smart contract
function disableAndMigrate() external view returns (StakeInfo[] memory);
function disableAndMigrate() external returns (StakeInfo[] memory);
}

0 comments on commit e982ede

Please sign in to comment.