Commit 7c5b1854 authored by yann300's avatar yann300

add forgotten input param

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