return web3VMProvider

pull/3094/head
yann300 7 years ago
parent 17739426ef
commit ef7050739d
  1. 2
      src/execution-context.js

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

Loading…
Cancel
Save