From f86c14c8027060423f823ebb002237a8ec99dcea Mon Sep 17 00:00:00 2001 From: yann300 Date: Mon, 9 Jan 2017 14:25:55 +0100 Subject: [PATCH] typo --- src/solidity/decodeInfo.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/solidity/decodeInfo.js b/src/solidity/decodeInfo.js index 8303844827..ef9b12535c 100644 --- a/src/solidity/decodeInfo.js +++ b/src/solidity/decodeInfo.js @@ -265,7 +265,7 @@ function parseType (type, stateDefinitions, contractName) { return null } if (decodeInfos[currentType]) { - return decodeInfos[currentType](type, stateDefinitions, contractName) + return decodeInfos[currentType](type, stateDefinitions, contractName) } else { return null }