|
|
@ -80,7 +80,7 @@ web3VM.setVM(vm) |
|
|
|
function ExecutionContext () { |
|
|
|
function ExecutionContext () { |
|
|
|
var self = this |
|
|
|
var self = this |
|
|
|
this.event = new EventManager() |
|
|
|
this.event = new EventManager() |
|
|
|
var executionContext = injectedProvider ? 'injected' : 'vm' |
|
|
|
var executionContext = 'vm' |
|
|
|
|
|
|
|
|
|
|
|
this.getProvider = function () { |
|
|
|
this.getProvider = function () { |
|
|
|
return executionContext |
|
|
|
return executionContext |
|
|
|