pull/7/head
yann300 8 years ago
parent 36fa9cb5ae
commit c5da8c098d
  1. 2
      src/ui/SolidityLocals.js

@ -53,7 +53,7 @@ class SolidityLocals {
address: result[2].value address: result[2].value
}, this.storageResolver, this.traceManager) }, this.storageResolver, this.traceManager)
localDecoder.solidityLocals(this.parent.currentStepIndex, this.internalTreeCall, stack, memory, storageViewer, sourceLocation).then((locals) => { localDecoder.solidityLocals(this.parent.currentStepIndex, this.internalTreeCall, stack, memory, storageViewer, sourceLocation).then((locals) => {
if (!result.error) { if (!locals.error) {
this.basicPanel.update(locals) this.basicPanel.update(locals)
} }
}) })

Loading…
Cancel
Save