good morning!!!!

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

.

parent 50c09382
No related branches found
No related tags found
No related merge requests found
...@@ -93,7 +93,6 @@ func (self *DebuggerWindow) Debug(valueStr, gasStr, gasPriceStr, scriptStr, data ...@@ -93,7 +93,6 @@ func (self *DebuggerWindow) Debug(valueStr, gasStr, gasPriceStr, scriptStr, data
dis := ethchain.Disassemble(script) dis := ethchain.Disassemble(script)
self.win.Root().Call("clearAsm") self.win.Root().Call("clearAsm")
//self.win.Root().Call("clearLog")
for _, str := range dis { for _, str := range dis {
self.win.Root().Call("setAsm", str) self.win.Root().Call("setAsm", str)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment