Commit f17742b0 authored by yann300's avatar yann300

fix contract type

parent 619563a2
...@@ -279,6 +279,7 @@ function typeClass (fullType) { ...@@ -279,6 +279,7 @@ function typeClass (fullType) {
*/ */
function parseType (type, stateDefinitions, contractName, location) { function parseType (type, stateDefinitions, contractName, location) {
var decodeInfos = { var decodeInfos = {
'contract': address,
'address': address, 'address': address,
'array': array, 'array': array,
'bool': bool, 'bool': bool,
......
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