mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #2271 from CJentzsch/disableDag
disable dagcreation during tests
This commit is contained in:
commit
eed8a96496
@ -224,7 +224,7 @@ public:
|
||||
bool bigData = false;
|
||||
bool wallet = false;
|
||||
bool nonetwork = false;
|
||||
bool nodag = false;
|
||||
bool nodag = true;
|
||||
/// @}
|
||||
|
||||
/// Get reference to options
|
||||
|
Loading…
Reference in New Issue
Block a user