Skip to content

Commit

Permalink
changed state key
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahSaso committed Nov 17, 2024
1 parent 56920aa commit 590eaf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/delegation/dao-vote-delegation/src/state.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ pub const DAO: Item<Addr> = Item::new("dao");

/// the active proposal modules loaded from the DAO that can execute
/// proposal-related hooks.
pub const PROPOSAL_HOOK_CALLERS: Map<Addr, ()> = Map::new("dpm");
pub const PROPOSAL_HOOK_CALLERS: Map<Addr, ()> = Map::new("phc");

/// the contracts that can execute the voting power change hooks. these should
/// be DAO voting modules or their associated staking contracts.
Expand Down

0 comments on commit 590eaf0

Please sign in to comment.