diff --git a/contracts/governance/Governor.sol b/contracts/governance/Governor.sol index 5148865ef74..fb1bc0d7a20 100644 --- a/contracts/governance/Governor.sol +++ b/contracts/governance/Governor.sol @@ -419,6 +419,7 @@ abstract contract Governor is Context, ERC165, EIP712, IGovernor { return _castVote(proposalId, voter, support, reason, params); } + /** * @dev Internal vote casting mechanism: Check that the vote is pending, that it has not been cast yet, retrieve * voting weight using {IGovernor-getVotes} and call the {_countVote} internal function. Uses the _defaultParams().