Skip to content

Commit

Permalink
fix: remove treasury contract from submitVote action
Browse files Browse the repository at this point in the history
  • Loading branch information
burnt-sun committed Nov 19, 2024
1 parent 0a118fd commit 1ee2c52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/governance/context/actions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ export const submitVote = async ({
};

const fee = await getCosmosFee({
address: TREASURY_CONTRACT_ADDRESS,
address: voter,
memo,
msgs: [messageWrapper],
});
Expand Down

0 comments on commit 1ee2c52

Please sign in to comment.