aboutsummaryrefslogtreecommitdiffstats
path: root/ethereal
diff options
context:
space:
mode:
Diffstat (limited to 'ethereal')
-rw-r--r--ethereal/debugger.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/ethereal/debugger.go b/ethereal/debugger.go
index b7a7c8c02..7bc544377 100644
--- a/ethereal/debugger.go
+++ b/ethereal/debugger.go
@@ -134,7 +134,7 @@ func (self *DebuggerWindow) Debug(valueStr, gasStr, gasPriceStr, scriptStr, data
block := self.lib.eth.BlockChain().CurrentBlock
- callerClosure := ethvm.NewClosure(account, contract, script, gas, gasPrice)
+ callerClosure := ethvm.NewClosure(&ethstate.Message{}, account, contract, script, gas, gasPrice)
env := utils.NewEnv(state, block, account.Address(), value)
vm := ethvm.New(env)
vm.Verbose = true