Skip to content

Commit

Permalink
change sender to proposer
Browse files Browse the repository at this point in the history
  • Loading branch information
Dat-Andre committed Nov 14, 2023
1 parent ae7d64f commit d2f4b54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/proposal/dao-proposal-single/src/contract.rs
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ pub fn execute_propose(
// should be created and auto passed.
let proposer_voting_power = get_voting_power(
deps.as_ref(),
sender.clone(),
proposer.clone(),
&config.dao,
Some(env.block.height),
)?;
Expand Down

0 comments on commit d2f4b54

Please sign in to comment.