Browse Source

disbale dagcreaion during tests

cl-refactor
CJentzsch 10 years ago
parent
commit
62672646ba
  1. 2
      test/TestHelper.h

2
test/TestHelper.h

@ -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

Loading…
Cancel
Save