Skip to content

Commit

Permalink
Rm debugging error
Browse files Browse the repository at this point in the history
  • Loading branch information
s1na committed Sep 10, 2019
1 parent c67f6ee commit 4ce3b7a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4ce3b7a

Please sign in to comment.