Unverified Commit 38db7fea authored by yann300's avatar yann300 Committed by GitHub

Update vmdebugger.js

parent 3b5ad90e
...@@ -36,7 +36,6 @@ function loadTraceNotFound (browser) { ...@@ -36,7 +36,6 @@ function loadTraceNotFound (browser) {
.clearValue('#txinput') .clearValue('#txinput')
.setValue('#txinput', '0x20ef65b8b186ca942zcccd634f37074dde49b541c27994fc7596740ef44cfd51') .setValue('#txinput', '0x20ef65b8b186ca942zcccd634f37074dde49b541c27994fc7596740ef44cfd51')
.click('#load') .click('#load')
.click('#txinfo .title')
.execute(function () { .execute(function () {
return document.querySelector('#debugger #error').innerHTML return document.querySelector('#debugger #error').innerHTML
}, [], function (result) { }, [], function (result) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment