Update docs

This commit is contained in:
github-actions
2025-01-22 04:00:10 +00:00
parent edf6031131
commit 0dda004024
124 changed files with 8439 additions and 1170 deletions

View File

@ -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);
}
}