Merge pull request #2271 from CJentzsch/disableDag

disable dagcreation during tests
This commit is contained in:
Gav Wood 2015-06-24 15:01:36 +02:00
commit eed8a96496

View File

@ -224,7 +224,7 @@ public:
bool bigData = false; bool bigData = false;
bool wallet = false; bool wallet = false;
bool nonetwork = false; bool nonetwork = false;
bool nodag = false; bool nodag = true;
/// @} /// @}
/// Get reference to options /// Get reference to options