Commit 6c768a36 authored by yann300's avatar yann300

return web3VMProvider

parent 6285dc66
......@@ -91,7 +91,7 @@ function ExecutionContext () {
}
this.web3 = function () {
return this.isVM() ? web3VM.web3 : web3
return this.isVM() ? web3VM : web3
}
this.detectNetwork = function (callback) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment