remove commented code, fix some old scripts

This commit is contained in:
teryanarmen
2022-06-14 16:52:57 -07:00
parent 6820ff8b9c
commit 962a5023e6
5 changed files with 4 additions and 15 deletions

View File

@ -104,17 +104,6 @@ contract GovernorPreventLateQuorumHarness is Governor, GovernorCountingSimple, G
return deltaWeight;
}
/*
function castVote(
uint256 proposalId,
address account,
uint8 support,
string memory reason,
bytes memory params
) public returns(uint256) {
return _castVote(proposalId, account, support, reason, params);
}
*/
function lateQuorumVoteExtension() public view virtual override returns (uint64) {
return super.lateQuorumVoteExtension();