We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d121a8 commit 94686d3Copy full SHA for 94686d3
1 file changed
client-sdk/ts-web/rt/src/callformat.ts
@@ -70,7 +70,7 @@ export async function encodeCallWithNonceAndKeys(
70
}
71
const encoded: types.Call = {
72
format: transaction.CALLFORMAT_ENCRYPTED_X25519DEOXYSII,
73
- body: oasis.misc.toCBOR(envelope),
+ body: envelope,
74
};
75
const meta: MetaEncryptedX25519DeoxysII = {
76
sk: sk,
0 commit comments