mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Change encoding to address-funid and add "function" as ABI type.
This commit is contained in:
@@ -597,7 +597,7 @@ void CompilerStack::compileContract(
|
||||
cloneCompiler.compileClone(_contract, _compiledContracts);
|
||||
compiledContract.cloneObject = cloneCompiler.assembledObject();
|
||||
}
|
||||
catch (eth::AssemblyException const& _e)
|
||||
catch (eth::AssemblyException const&)
|
||||
{
|
||||
// In some cases (if the constructor requests a runtime function), it is not
|
||||
// possible to compile the clone.
|
||||
|
||||
Reference in New Issue
Block a user