multiple inheritance is tricky
This commit is contained in:
committed by
Aleksander Kryukov
parent
e810379262
commit
2d33674870
@ -47,5 +47,5 @@ contract GovernorVotesHarness is GovernorVotes {
|
||||
// havoc something
|
||||
}
|
||||
|
||||
constructor(ERC20Votes tokenAddr) GovernorVotes(tokenAddr) {}
|
||||
constructor(ERC20Votes tokenAddr, string memory name) GovernorVotes(tokenAddr) Governor(name) {}
|
||||
}
|
||||
Reference in New Issue
Block a user