Skip to content

Commit

Permalink
Fix inheritance
Browse files Browse the repository at this point in the history
  • Loading branch information
vrde committed Nov 14, 2023
1 parent 06ec9df commit 7f46171
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/Voting/Voting.sol
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import "./VotingSnapshot.sol";
* @title Voting
* @notice The smart contract handles voting power delegation and manages voting snapshots.
*/
contract Voting is VotingSnapshot, Initializable {
contract Voting is VotingSnapshot {
/**
* @notice Initializes the contract with given DAO roles.
* @param daoRegistry Instance of a DAORoles contract.
Expand Down

0 comments on commit 7f46171

Please sign in to comment.