From ef7050739de19d6ef656c67fb87e173e937e2b2f Mon Sep 17 00:00:00 2001 From: yann300 Date: Wed, 6 Dec 2017 14:22:54 +0100 Subject: [PATCH] return web3VMProvider --- src/execution-context.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/execution-context.js b/src/execution-context.js index 0c279a3b73..ff134f302c 100644 --- a/src/execution-context.js +++ b/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) {