File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/ucef/contracts/extensions Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 44pragma solidity ^ 0.8.20 ;
55
66import {UCEF} from "../UCEF.sol " ;
7- import {Votes } from "@openzeppelin/contracts/governance/ utils/Votes .sol " ;
7+ import {PrivateVotes } from "../ utils/PrivateVotes .sol " ;
88import {Checkpoints} from "@openzeppelin/contracts/utils/structs/Checkpoints.sol " ;
99
1010/**
@@ -20,7 +20,7 @@ import {Checkpoints} from "@openzeppelin/contracts/utils/structs/Checkpoints.sol
2020 * By default, token balance does not account for voting power. This makes transfers cheaper. The downside is that it
2121 * requires users to delegate to themselves in order to activate checkpoints and have their voting power tracked.
2222 */
23- abstract contract UCEFVotes is UCEF , Votes {
23+ abstract contract UCEFVotes is UCEF , PrivateVotes {
2424 /**
2525 * @dev Total supply cap has been exceeded, introducing a risk of votes overflowing.
2626 */
You can’t perform that action at this time.
0 commit comments