Skip to content

Commit

Permalink
chore: minor
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-angjelkoski committed Jun 25, 2024
1 parent 984107b commit a8853b7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions layer/store/wallet/authz.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,7 @@ export const validateAutoSign = async (msgsType: string[]) => {
await walletStore.connectWallet(walletStore.wallet)

await walletStore.broadcastWithFeeDelegation({
messages: authZMsgs,
memo: walletStore.injectiveAddress
messages: authZMsgs
})

walletStore.$patch((state) => {
Expand Down

0 comments on commit a8853b7

Please sign in to comment.