Commit f86c14c8 authored by yann300's avatar yann300

typo

parent dffb217f
...@@ -265,7 +265,7 @@ function parseType (type, stateDefinitions, contractName) { ...@@ -265,7 +265,7 @@ function parseType (type, stateDefinitions, contractName) {
return null return null
} }
if (decodeInfos[currentType]) { if (decodeInfos[currentType]) {
return decodeInfos[currentType](type, stateDefinitions, contractName) return decodeInfos[currentType](type, stateDefinitions, contractName)
} else { } else {
return null return null
} }
......
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