multiple inheritance is tricky x2

pull/2997/head
Aleksander Kryukov 3 years ago
parent 72d4e9c29c
commit a710435535
  1. 3
      certora/harnesses/GovernorVotesQuorumFractionHarness.sol

@ -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) {}
} }
Loading…
Cancel
Save