Skip to content

Commit

Permalink
add retyped from directive
Browse files Browse the repository at this point in the history
  • Loading branch information
Amxx committed Jan 25, 2023
1 parent 82ff76b commit 21588f0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions contracts/governance/utils/Votes.sol
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,10 @@ abstract contract Votes is IERC5805, Context, EIP712 {
keccak256("Delegation(address delegatee,uint256 nonce,uint256 expiry)");

mapping(address => address) private _delegation;

/// @custom:oz-retyped-from mapping(address => Checkpoints.History)
mapping(address => Checkpoints.Trace224) private _delegateCheckpoints;
/// @custom:oz-retyped-from Checkpoints.History
Checkpoints.Trace224 private _totalCheckpoints;

mapping(address => Counters.Counter) private _nonces;
Expand Down

0 comments on commit 21588f0

Please sign in to comment.