This commit is contained in:
obscuren 2014-07-22 19:54:33 +02:00
parent 15960a5c04
commit e7a80ec681
1 changed files with 2 additions and 0 deletions

View File

@ -133,6 +133,8 @@ func (self *DebuggerWindow) Debug(valueStr, gasStr, gasPriceStr, scriptStr, data
contract := ethchain.NewStateObject([]byte{0})
contract.Amount = value
self.SetAsm(script)
callerClosure := ethchain.NewClosure(account, contract, script, state, gas, gasPrice)
block := self.lib.eth.BlockChain().CurrentBlock