Update docs
This commit is contained in:
@ -34,13 +34,7 @@ abstract contract GovernorPreventLateQuorumMock is
|
||||
return super.proposalThreshold();
|
||||
}
|
||||
|
||||
function _castVote(
|
||||
uint256 proposalId,
|
||||
address account,
|
||||
uint8 support,
|
||||
string memory reason,
|
||||
bytes memory params
|
||||
) internal override(Governor, GovernorPreventLateQuorum) returns (uint256) {
|
||||
return super._castVote(proposalId, account, support, reason, params);
|
||||
function _tallyUpdated(uint256 proposalId) internal override(Governor, GovernorPreventLateQuorum) {
|
||||
super._tallyUpdated(proposalId);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user