Skip to content

Commit

Permalink
uncomented code
Browse files Browse the repository at this point in the history
  • Loading branch information
SorinC6 committed Nov 8, 2023
1 parent 73b61d6 commit 2ff8e9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/wallet-mobile/src/yoroi-wallets/hooks/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ export const useSignWithPasswordAndSubmitTx = (
...options?.signTx,
onSuccess: (signedTx, args, context) => {
options?.signTx?.onSuccess?.(signedTx, args, context)
// submitTx.mutate(signedTx)
submitTx.mutate(signedTx)
},
},
)
Expand Down

0 comments on commit 2ff8e9a

Please sign in to comment.