Skip to content

Commit

Permalink
Clarify mapping named parameters (#5204)
Browse files Browse the repository at this point in the history
  • Loading branch information
cairoeth committed Sep 19, 2024
1 parent 204ffee commit f3825ab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ abstract contract GovernorCountingFractional is Governor {
/**
* @dev Mapping from proposal ID to vote tallies for that proposal.
*/
mapping(uint256 => ProposalVote) private _proposalVotes;
mapping(uint256 proposalId => ProposalVote) private _proposalVotes;

/**
* @dev A fractional vote params uses more votes than are available for that user.
Expand Down

0 comments on commit f3825ab

Please sign in to comment.