We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 204ffee commit f3825abCopy full SHA for f3825ab
contracts/governance/extensions/GovernorCountingFractional.sol
@@ -43,7 +43,7 @@ abstract contract GovernorCountingFractional is Governor {
43
/**
44
* @dev Mapping from proposal ID to vote tallies for that proposal.
45
*/
46
- mapping(uint256 => ProposalVote) private _proposalVotes;
+ mapping(uint256 proposalId => ProposalVote) private _proposalVotes;
47
48
49
* @dev A fractional vote params uses more votes than are available for that user.
0 commit comments