mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Refactoring: Check types outside of AST and recover from some errors.
This commit is contained in:
@@ -96,7 +96,7 @@ string InterfaceHandler::abiInterface(ContractDefinition const& _contractDef)
|
||||
{
|
||||
Json::Value input;
|
||||
input["name"] = p->name();
|
||||
input["type"] = p->type()->toString(true);
|
||||
input["type"] = p->annotation().type->toString(true);
|
||||
input["indexed"] = p->isIndexed();
|
||||
params.append(input);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user