MoreRulesAndFixesOfExistedRules

This commit is contained in:
Aleksander Kryukov
2021-11-16 19:53:07 +02:00
parent daad23b3a7
commit eb27bdd282
5 changed files with 123 additions and 41 deletions

View File

@ -59,6 +59,12 @@ contract GovernorBasicHarness is Governor, GovernorCountingSimple, GovernorVotes
return deltaWeight;
}
function callPropose(address[] memory targets,
uint256[] memory values,
bytes[] memory calldatas) public virtual returns (uint256) {
return super.propose(targets, values, calldatas, "");
}
/*
mapping (address => mapping (uint256 => uint256)) _getVotes;