Skip to content

Commit

Permalink
Fixed namespace ID in GovernorSettableFixedQuorumUpgradeable (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
jferas authored Dec 15, 2024
1 parent 01a104b commit 98babdf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import {Checkpoints} from "@openzeppelin/contracts/utils/structs/Checkpoints.sol
abstract contract GovernorSettableFixedQuorumUpgradeable is Initializable, GovernorUpgradeable {
using Checkpoints for Checkpoints.Trace208;

/// @custom:storage-location erc7201:openzeppelin.storage.GovernorSettableFixedQuorum
/// @custom:storage-location erc7201:storage.GovernorSettableFixedQuorum
struct GovernorSettableFixedQuorumStorage {
Checkpoints.Trace208 _quorumCheckpoints;
}
Expand Down

0 comments on commit 98babdf

Please sign in to comment.