ensure ExecutionContext is inited with 'vm'

pull/2831/head
yann300 2 years ago committed by Aniket
parent 2cbfb34873
commit 11b38a4e0b
  1. 2
      apps/remix-ide/src/blockchain/execution-context.js

@ -20,7 +20,7 @@ if (typeof window !== 'undefined' && typeof window.ethereum !== 'undefined') {
export class ExecutionContext {
constructor () {
this.event = new EventManager()
this.executionContext = null
this.executionContext = 'vm'
this.lastBlock = null
this.blockGasLimitDefault = 4300000
this.blockGasLimit = this.blockGasLimitDefault

Loading…
Cancel
Save