mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Use non-implemented functions for solidity interface output.
This commit is contained in:
parent
ff39a1d241
commit
ca97dcbd5b
@ -107,7 +107,7 @@ unique_ptr<string> InterfaceHandler::getABISolidityInterface(ContractDefinition
|
||||
ret += "returns" + populateParameters(it.second->getReturnParameterNames(), it.second->getReturnParameterTypeNames());
|
||||
else if (ret.back() == ' ')
|
||||
ret.pop_back();
|
||||
ret += "{}";
|
||||
ret += ";";
|
||||
}
|
||||
|
||||
return unique_ptr<string>(new string(ret + "}"));
|
||||
|
Loading…
Reference in New Issue
Block a user