multiple inheritance is tricky

pull/2997/head
Shelly Grossman 3 years ago
parent cac49bfc2e
commit 72d4e9c29c
  1. 2
      certora/harnesses/GovernorVotesHarness.sol

@ -47,5 +47,5 @@ contract GovernorVotesHarness is GovernorVotes {
// havoc something // havoc something
} }
constructor(ERC20Votes tokenAddr) GovernorVotes(tokenAddr) {} constructor(ERC20Votes tokenAddr, string memory name) GovernorVotes(tokenAddr) Governor(name) {}
} }
Loading…
Cancel
Save