Skip to content

Commit 94686d3

Browse files
committed
ts-web/rt: callformat fix extra encoding of body
1 parent 4d121a8 commit 94686d3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

client-sdk/ts-web/rt/src/callformat.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ export async function encodeCallWithNonceAndKeys(
7070
}
7171
const encoded: types.Call = {
7272
format: transaction.CALLFORMAT_ENCRYPTED_X25519DEOXYSII,
73-
body: oasis.misc.toCBOR(envelope),
73+
body: envelope,
7474
};
7575
const meta: MetaEncryptedX25519DeoxysII = {
7676
sk: sk,

0 commit comments

Comments
 (0)