Skip to content

Commit

Permalink
fix: comments
Browse files Browse the repository at this point in the history
  • Loading branch information
sirpy committed Dec 9, 2024
1 parent fbb038d commit bfa2113
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contracts/utils/ReserveRestore.sol
Original file line number Diff line number Diff line change
Expand Up @@ -152,9 +152,9 @@ contract ReserveRestore {
0
);

require(ok, "setContributionRatio failed");
require(ok, "gdx disable failed");

// exit contribution to 10%
// unpause reserve
(ok, ) = ctrl.genericCall(
address(reserve),
abi.encodeCall(ERC20PresetMinterPauserUpgradeable.unpause, ()),
Expand Down

0 comments on commit bfa2113

Please sign in to comment.