Skip to content

Commit

Permalink
Rename _userVotingWeightCheckpoints to _userVotingUnitsCheckpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
arr00 authored Nov 27, 2024
1 parent 9f70de3 commit 905467d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/governance/utils/VotesExtended.sol
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ abstract contract VotesExtended is Votes {
using Checkpoints for Checkpoints.Trace208;

mapping(address delegator => Checkpoints.Trace160) private _userDelegationCheckpoints;
mapping(address account => Checkpoints.Trace208) private _userVotingWeightCheckpoints;
mapping(address account => Checkpoints.Trace208) private _userVotingUnitsCheckpoints;

/**
* @dev Returns the delegate of an `account` at a specific moment in the past. If the `clock()` is
Expand Down

0 comments on commit 905467d

Please sign in to comment.