Skip to content

Commit

Permalink
fix: temp fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
naddison36 committed Feb 21, 2022
1 parent 6fa8dd6 commit 923cc3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/legacy-upgraded/imusd-mainnet-21.sol
Expand Up @@ -1186,7 +1186,7 @@ contract SavingsContract_imusd_mainnet_21 is
uint256 private constant MAX_APY = 4e18;
uint256 private constant SECONDS_IN_YEAR = 365 days;
// Proxy contract for easy redemption
address public constant unwrapper; // TODO!!
address public unwrapper; // TODO!!

// Add these constants to bytecode at deploytime
function initialize(
Expand Down

0 comments on commit 923cc3a

Please sign in to comment.