disbale dagcreaion during tests

This commit is contained in:
CJentzsch 2015-06-23 23:01:32 +02:00
parent afc3c13e2b
commit e4947b5619

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