git.delta.rocks / unique-network / refs/commits / 646fe67abd7f

difftreelog

fix call super clearApi in eth helpers

Daniel Shiposha2022-10-11parent: #d4f8612.patch.diff
in: master

1 file changed

modifiedtests/src/eth/util/playgrounds/unique.dev.tsdiffbeforeafterboth
361 }361 }
362362
363 clearApi() {363 clearApi() {
364 super.clearApi();
364 this.web3 = null;365 this.web3 = null;
365 }366 }
366367