From 590eaf01afaf87169e9583330dc59a5b3dc31e19 Mon Sep 17 00:00:00 2001 From: Noah Saso Date: Sun, 17 Nov 2024 11:58:12 -0500 Subject: [PATCH] changed state key --- contracts/delegation/dao-vote-delegation/src/state.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.