mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
style fix
This commit is contained in:
parent
2d62c482fd
commit
4cbff655ff
1
AST.cpp
1
AST.cpp
@ -127,7 +127,6 @@ FunctionDefinition const* ContractDefinition::getConstructor() const
|
||||
FixedHash<4> ContractDefinition::getConstructorsInterface() const
|
||||
{
|
||||
return FixedHash<4>(dev::sha3(getConstructor()->externalSignature()));
|
||||
//return hash;
|
||||
}
|
||||
|
||||
FunctionDefinition const* ContractDefinition::getFallbackFunction() const
|
||||
|
@ -47,7 +47,6 @@ std::unique_ptr<std::string> InterfaceHandler::getABIInterface(ContractDefinitio
|
||||
allFunctions.insert(make_pair(_contractDef.getConstructorsInterface(), functionTypePointer));
|
||||
}
|
||||
|
||||
//allFunctions.insert(_contractDef.getConstructor());
|
||||
for (auto it: allFunctions)
|
||||
{
|
||||
auto populateParameters = [](vector<string> const& _paramNames, vector<string> const& _paramTypes)
|
||||
|
Loading…
Reference in New Issue
Block a user