Commit c5da8c09 authored by yann300's avatar yann300

typo

parent 36fa9cb5
...@@ -53,7 +53,7 @@ class SolidityLocals { ...@@ -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)
} }
}) })
......
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