diff --git a/contracts/delegation/dao-vote-delegation/src/state.rs b/contracts/delegation/dao-vote-delegation/src/state.rs index df3a029b9..f1b2b36c6 100644 --- a/contracts/delegation/dao-vote-delegation/src/state.rs +++ b/contracts/delegation/dao-vote-delegation/src/state.rs @@ -29,7 +29,7 @@ pub const DAO: Item = Item::new("dao"); /// the active proposal modules loaded from the DAO that can execute /// proposal-related hooks. -pub const PROPOSAL_HOOK_CALLERS: Map = Map::new("dpm"); +pub const PROPOSAL_HOOK_CALLERS: Map = Map::new("phc"); /// the contracts that can execute the voting power change hooks. these should /// be DAO voting modules or their associated staking contracts.