mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Create contracts.
This commit is contained in:
+1
-1
@@ -108,7 +108,7 @@ private:
|
||||
|
||||
struct Contract
|
||||
{
|
||||
ContractDefinition* contract;
|
||||
ContractDefinition const* contract;
|
||||
std::shared_ptr<Compiler> compiler;
|
||||
bytes bytecode;
|
||||
std::shared_ptr<InterfaceHandler> interfaceHandler;
|
||||
|
||||
Reference in New Issue
Block a user