add forgotten input param

pull/3094/head
yann300 7 years ago
parent 856bb760e0
commit 5c39429fa6
  1. 2
      remix-solidity/src/decoder/decodeInfo.js

@ -308,7 +308,7 @@ function parseType (type, stateDefinitions, contractName, location) {
return null
}
if (decodeInfos[currentType]) {
return decodeInfos[currentType](type, stateDefinitions, contractName)
return decodeInfos[currentType](type, stateDefinitions, contractName, location)
} else {
return null
}

Loading…
Cancel
Save