Skip to content

Commit

Permalink
Added initializer call (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
jferas authored Dec 15, 2024
1 parent e6c891c commit 2657f27
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contracts/CompoundGovernor.sol
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ contract CompoundGovernor is
__GovernorPreventLateQuorum_init(_initialVoteExtension);
__GovernorSettableFixedQuorum_init(_quorumVotes);
__GovernorSequentialProposalId_init();
__GovernorCountingFractional_init();
_setWhitelistGuardian(_whitelistGuardian);
_setProposalGuardian(_proposalGuardian);
}
Expand Down

0 comments on commit 2657f27

Please sign in to comment.