Skip to content
Snippets Groups Projects
Commit 2008b1a8 authored by Mateusz Tyszczak's avatar Mateusz Tyszczak :scroll: Committed by Bartek Wrona
Browse files

Delete missing protocol WASM instance in base_api

parent 0d29e672
No related branches found
No related tags found
1 merge request!258Account update complex operation improvements
Pipeline #113400 passed
...@@ -526,6 +526,7 @@ export class WaxBaseApi implements IWaxBaseInterface { ...@@ -526,6 +526,7 @@ export class WaxBaseApi implements IWaxBaseInterface {
public delete(): void { public delete(): void {
safeWasmCall(() => this.proto.delete()); safeWasmCall(() => this.proto.delete());
safeWasmCall(() => this.protocol.delete());
} }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment