Skip to content

Commit

Permalink
Fix Governor linting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
apbendi committed Feb 15, 2022
1 parent 3e27efd commit 51e12a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contracts/governance/Governor.sol
Expand Up @@ -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().
Expand Down

0 comments on commit 51e12a7

Please sign in to comment.