mirror of https://github.com/status-im/op-geth.git
This commit is contained in:
parent
50c0938226
commit
a0dd1ebb6d
|
@ -93,7 +93,6 @@ func (self *DebuggerWindow) Debug(valueStr, gasStr, gasPriceStr, scriptStr, data
|
|||
|
||||
dis := ethchain.Disassemble(script)
|
||||
self.win.Root().Call("clearAsm")
|
||||
//self.win.Root().Call("clearLog")
|
||||
|
||||
for _, str := range dis {
|
||||
self.win.Root().Call("setAsm", str)
|
||||
|
|
Loading…
Reference in New Issue