multiple inheritance is tricky x2
This commit is contained in:
@ -41,6 +41,7 @@ contract GovernorVotesQuorumFractionHarness is GovernorVotesQuorumFraction {
|
|||||||
// havoc something
|
// havoc something
|
||||||
}
|
}
|
||||||
|
|
||||||
constructor(string memory name) Governor(name) {}
|
constructor(ERC20Votes tokenAddr, string memory name, uint256 quorumNumeratorValue)
|
||||||
|
GovernorVotesQuorumFraction(quorumNumeratorValue) GovernorVotes(tokenAddr) Governor(name) {}
|
||||||
|
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user