Create contracts.

This commit is contained in:
Christian 2014-12-12 16:49:26 +01:00
parent a576b38125
commit ab5347100b

View File

@ -56,7 +56,7 @@ bytes compileContract(const string& _sourceCode)
BOOST_REQUIRE_NO_THROW(resolver.resolveNamesAndTypes(*contract));
Compiler compiler;
compiler.compileContract(*contract, {});
compiler.compileContract(*contract, {}, {});
// debug
//compiler.streamAssembly(cout);
return compiler.getAssembledBytecode();