From 4ce3b7a71f52117e40fa6f5e01fc5b6f061f9bbd Mon Sep 17 00:00:00 2001 From: Sina Mahmoodi Date: Tue, 10 Sep 2019 09:33:43 +0200 Subject: [PATCH] Rm debugging error --- lib/index.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/index.ts b/lib/index.ts index e8114d022e..1b07496cab 100644 --- a/lib/index.ts +++ b/lib/index.ts @@ -97,9 +97,6 @@ export default class VM extends AsyncEventEmitter { // Set list of opcodes based on HF this._opcodes = getOpcodesForHF(this._common.hardfork()!) - if (this._opcodes === undefined) { - throw new Error('hereee') - } if (opts.stateManager) { this.stateManager = opts.stateManager