Skip to content

Commit

Permalink
Merge pull request #575 from eco-stake/fix-memo-change
Browse files Browse the repository at this point in the history
Use memo from signer
  • Loading branch information
tombeynon authored Jul 31, 2022
2 parents 8af8100 + 0f492a5 commit 83f5ad0
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 @@ -192,7 +192,7 @@ function SigningClient(network, signer) {
gasLimit: signed.fee.gas,
}, SignMode.SIGN_MODE_LEGACY_AMINO_JSON)
return {
bodyBytes: txBodyBytes,
bodyBytes: makeBodyBytes(messages, signed.memo),
authInfoBytes: authInfoBytes,
signatures: [Buffer.from(signature.signature, "base64")],
}
Expand Down

0 comments on commit 83f5ad0

Please sign in to comment.