Skip to content
Snippets Groups Projects

Add signature providers

Merged Mateusz Tyszczak requested to merge tm-sign-ext into develop
3 files
+ 17
6
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -33,7 +33,7 @@ test.describe('WASM Proto Protocol', () => {
test('Should be able to serialize the transaction', async ({ wasmTest }) => {
const retVal = await wasmTest(({ proto_protocol }, transaction) => {
return proto_protocol.cpp_serialize_transaction(transaction);
return proto_protocol.cpp_serialize_transaction(transaction, false);
}, protoTx);
expect(retVal.exception_message).toHaveLength(0);
Loading