pull/7/head
yann300 8 years ago
parent dffb217ffd
commit f86c14c802
  1. 2
      src/solidity/decodeInfo.js

@ -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
} }

Loading…
Cancel
Save