Create contracts.

This commit is contained in:
Christian
2014-12-15 13:05:18 +01:00
parent c858699605
commit 2f64c56ef3
21 changed files with 221 additions and 30 deletions
+1 -1
View File
@@ -108,7 +108,7 @@ private:
struct Contract
{
ContractDefinition* contract;
ContractDefinition const* contract;
std::shared_ptr<Compiler> compiler;
bytes bytecode;
std::shared_ptr<InterfaceHandler> interfaceHandler;