Skip to content

Commit

Permalink
Merge pull request eco-stake#637 from eco-stake/remove-amino-conversi…
Browse files Browse the repository at this point in the history
…on-log

Remove amino conversion log
  • Loading branch information
tombeynon authored Oct 7, 2022
2 parents f8badc8 + a19c916 commit b0716a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/SigningClient.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ function SigningClient(network, signer) {
let aminoMsgs
try {
aminoMsgs = convertToAmino(messages)
} catch (e) { console.log(e) }
} catch (e) { }
if(aminoMsgs && signer.signAmino){
// Sign as amino if possible for Ledger and Keplr support
const signDoc = makeAminoSignDoc(aminoMsgs, fee, chainId, memo, accountNumber, sequence);
Expand Down

0 comments on commit b0716a3

Please sign in to comment.