Skip to content

Commit e7a80ec

Browse files
committed
set asm
1 parent 15960a5 commit e7a80ec

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ethereal/debugger.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,8 @@ func (self *DebuggerWindow) Debug(valueStr, gasStr, gasPriceStr, scriptStr, data
133133
contract := ethchain.NewStateObject([]byte{0})
134134
contract.Amount = value
135135

136+
self.SetAsm(script)
137+
136138
callerClosure := ethchain.NewClosure(account, contract, script, state, gas, gasPrice)
137139

138140
block := self.lib.eth.BlockChain().CurrentBlock

0 commit comments

Comments
 (0)