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
@@ -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.