Removed old debugger code

This commit is contained in:
obscuren
2014-06-20 00:42:53 +02:00
parent 3ec0c719b9
commit c89566a42f
2 changed files with 2 additions and 52 deletions

View File

@ -109,8 +109,9 @@ func (self *DebuggerWindow) Debug(valueStr, gasStr, gasPriceStr, scriptStr, data
block := self.lib.eth.BlockChain().CurrentBlock
vm := ethchain.NewVm(state, self.lib.eth.StateManager(), ethchain.RuntimeVars{
Block: block,
Origin: account.Address(),
BlockNumber: block.BlockInfo().Number,
BlockNumber: block.Number,
PrevHash: block.PrevHash,
Coinbase: block.Coinbase,
Time: block.Time,