Added message to closure

pull/122/head
obscuren 10 years ago
parent 203c4b99a0
commit c2c8757bd1
  1. 2
      ethereal/debugger.go

@ -134,7 +134,7 @@ func (self *DebuggerWindow) Debug(valueStr, gasStr, gasPriceStr, scriptStr, data
block := self.lib.eth.BlockChain().CurrentBlock 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) env := utils.NewEnv(state, block, account.Address(), value)
vm := ethvm.New(env) vm := ethvm.New(env)
vm.Verbose = true vm.Verbose = true

Loading…
Cancel
Save