Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
fix: remove setting of private property (#4145)
Browse files Browse the repository at this point in the history
  • Loading branch information
MicaiahReid authored Jan 11, 2023
1 parent 6e73ca7 commit 702db83
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/chains/ethereum/ethereum/src/blockchain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -710,8 +710,6 @@ export default class Blockchain extends Emittery<BlockchainTypedEvents> {
await mclInitPromise; // ensure that mcl is initialized!
}
}
// skip `vm.init`, since we don't use any of it
(vm as any)._isInitialized = true;
return vm;
};

Expand Down

0 comments on commit 702db83

Please # to comment.