Skip to content

Commit

Permalink
Fix incorrect erc7201 storage location annotation in GovernorVotesCom…
Browse files Browse the repository at this point in the history
…pUpgradeable (#84)
  • Loading branch information
jferas authored Dec 15, 2024
1 parent 2657f27 commit 01a104b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/extensions/GovernorVotesCompUpgradeable.sol
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import {IComp} from "contracts/interfaces/IComp.sol";
/// @notice Modified GovernorVotes contract that supports Compound's COMP token.
/// @custom:security-contact [email protected]
abstract contract GovernorVotesCompUpgradeable is Initializable, GovernorUpgradeable {
/// @custom:storage-location IComp:storage.GovernorVotesComp
/// @custom:storage-location erc7201:storage.GovernorVotesComp
struct GovernorVotesCompStorage {
IComp _token;
}
Expand Down

0 comments on commit 01a104b

Please sign in to comment.