rollback changes

pull/2292/head
yann300 3 years ago
parent 2cd96227e3
commit c7c0af7c86
  1. 1
      apps/remix-ide/src/blockchain/execution-context.js

@ -38,6 +38,7 @@ export class ExecutionContext {
this.executionContext = 'vm'
} else {
this.executionContext = injectedProvider ? 'injected' : 'vm'
if (this.executionContext === 'injected') this.askPermission()
}
}

Loading…
Cancel
Save