Skip to content

Commit

Permalink
fix: compiling
Browse files Browse the repository at this point in the history
  • Loading branch information
MerlinEgalite committed Oct 12, 2024
1 parent e22f093 commit 1ed972f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/MorphoToken.sol
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ contract MorphoToken is ERC20DelegatesUpgradeable, ERC20PermitUpgradeable, Ownab
require(dao != address(0), ZeroAddress());
require(wrapper != address(0), ZeroAddress());

ERC20DelegatesUpgradeable.__ERC20Delegates_init();
ERC20Upgradeable.__ERC20_init(NAME, SYMBOL);
Ownable2StepUpgradeable.__Ownable2Step_init();
ERC20PermitUpgradeable.__ERC20Permit_init(NAME);
Expand Down

0 comments on commit 1ed972f

Please sign in to comment.