diff --git a/src/utils/SigningClient.mjs b/src/utils/SigningClient.mjs index 9ae5ccf0..182d452c 100644 --- a/src/utils/SigningClient.mjs +++ b/src/utils/SigningClient.mjs @@ -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")], }