Skip to content

Commit c2c8757

Browse files
committed
Added message to closure
1 parent 203c4b9 commit c2c8757

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ethereal/debugger.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ func (self *DebuggerWindow) Debug(valueStr, gasStr, gasPriceStr, scriptStr, data
134134

135135
block := self.lib.eth.BlockChain().CurrentBlock
136136

137-
callerClosure := ethvm.NewClosure(account, contract, script, gas, gasPrice)
137+
callerClosure := ethvm.NewClosure(&ethstate.Message{}, account, contract, script, gas, gasPrice)
138138
env := utils.NewEnv(state, block, account.Address(), value)
139139
vm := ethvm.New(env)
140140
vm.Verbose = true

0 commit comments

Comments
 (0)