Change encoding to address-funid and add "function" as ABI type.

This commit is contained in:
chriseth
2016-11-16 14:37:19 +01:00
parent a8e7ed37a1
commit ec31d08775
8 changed files with 33 additions and 21 deletions
+1 -1
View File
@@ -236,7 +236,7 @@ bool ASTJsonConverter::visit(FunctionTypeName const& _node)
make_pair("payable", _node.isPayable()),
make_pair("visibility", visibility),
make_pair("constant", _node.isDeclaredConst())
});
}, true);
return true;
}