From 3a21e1c70b3aaf6d12f118315b160d719ce262eb Mon Sep 17 00:00:00 2001 From: Iuri Matias Date: Fri, 27 Jul 2018 04:56:59 -0400 Subject: [PATCH] fix typo --- src/app/debugger/remix-debugger/src/ui/SolidityLocals.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/debugger/remix-debugger/src/ui/SolidityLocals.js b/src/app/debugger/remix-debugger/src/ui/SolidityLocals.js index e7b19d0517..a3bc7fecf6 100644 --- a/src/app/debugger/remix-debugger/src/ui/SolidityLocals.js +++ b/src/app/debugger/remix-debugger/src/ui/SolidityLocals.js @@ -2,7 +2,7 @@ var DropdownPanel = require('./DropdownPanel') // TODO: update this var remixDebug = require('remix-debug') -var localDecoder = remixDebug.SoliditySecoder.localDecoder +var localDecoder = remixDebug.SolidityDecoder.localDecoder var solidityTypeFormatter = require('./SolidityTypeFormatter') var StorageViewer = remixDebug.storage.StorageViewer var yo = require('yo-yo')