clear element before adding enw value

pull/1/head
yann300 7 years ago
parent 12de3682b0
commit 312eceb62d
  1. 1
      src/universal-dapp.js

@ -407,6 +407,7 @@ UniversalDApp.prototype.getCallButton = function (args) {
}
if (lookupOnly) {
var decoded = txFormat.decodeResponseToTreeView(executionContext.isVM() ? txResult.result.vm.return : ethJSUtil.toBuffer(txResult.result), args.funABI)
outputOverride.innerHTML = ''
outputOverride.appendChild(decoded)
}
} else {

Loading…
Cancel
Save