diff --git a/layer/store/wallet/authz.ts b/layer/store/wallet/authz.ts index d880960..8827324 100644 --- a/layer/store/wallet/authz.ts +++ b/layer/store/wallet/authz.ts @@ -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) => {