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