From c5da8c098d93673abc994dd860168fd5179e4c24 Mon Sep 17 00:00:00 2001 From: yann300 Date: Thu, 13 Apr 2017 12:17:13 +0200 Subject: [PATCH] typo --- src/ui/SolidityLocals.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/SolidityLocals.js b/src/ui/SolidityLocals.js index 66c37b0728..28c617d4f2 100644 --- a/src/ui/SolidityLocals.js +++ b/src/ui/SolidityLocals.js @@ -53,7 +53,7 @@ class SolidityLocals { address: result[2].value }, this.storageResolver, this.traceManager) localDecoder.solidityLocals(this.parent.currentStepIndex, this.internalTreeCall, stack, memory, storageViewer, sourceLocation).then((locals) => { - if (!result.error) { + if (!locals.error) { this.basicPanel.update(locals) } })