You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We check for the presence of governance tokens in a few places, such as displaying the edit campaign form. This should actually be checking for the presence of STAKED governance tokens.
Also, we say "you have voting power in the DAO" when the user has unstaked governance tokens, which is just not true.
We check for the presence of governance tokens in a few places, such as displaying the edit campaign form. This should actually be checking for the presence of STAKED governance tokens.
Also, we say "you have voting power in the DAO" when the user has unstaked governance tokens, which is just not true.
Fix stuff like this.
Get staked balance of address:
https://github.com/DA0-DA0/dao-contracts/blob/main/contracts/stake-cw20/src/msg.rs#L40-L42
The text was updated successfully, but these errors were encountered: