return web3VMProvider

pull/1/head
yann300 7 years ago
parent 6285dc6632
commit 6c768a36c9
  1. 2
      src/execution-context.js

@ -91,7 +91,7 @@ function ExecutionContext () {
} }
this.web3 = function () { this.web3 = function () {
return this.isVM() ? web3VM.web3 : web3 return this.isVM() ? web3VM : web3
} }
this.detectNetwork = function (callback) { this.detectNetwork = function (callback) {

Loading…
Cancel
Save