Skip to content

Commit

Permalink
Rename to VaultTokenizedVotes
Browse files Browse the repository at this point in the history
  • Loading branch information
yorhodes committed Feb 4, 2025
1 parent e699aa5 commit 72efe17
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import {VotesUpgradeable} from "lib/openzeppelin-contracts-upgradeable/contracts
import {Time} from "@openzeppelin/contracts/utils/types/Time.sol";
import {VaultTokenized} from "./VaultTokenized.sol";

contract VaultVotes is VaultTokenized, VotesUpgradeable {
contract VaultTokenizedVotes is VaultTokenized, VotesUpgradeable {
constructor(
address delegatorFactory,
address slasherFactory,
Expand Down

0 comments on commit 72efe17

Please sign in to comment.