good morning!!!!

Skip to content
Snippets Groups Projects
Commit e7a80ec6 authored by Jeffrey Wilcke's avatar Jeffrey Wilcke
Browse files

set asm

parent 15960a5c
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment