Disable network test by default.

This commit is contained in:
Gav Wood 2015-07-30 19:31:44 +02:00
parent 863f955006
commit 8418c80adc

View File

@ -239,7 +239,7 @@ public:
bool inputLimits = false; bool inputLimits = false;
bool bigData = false; bool bigData = false;
bool wallet = false; bool wallet = false;
bool nonetwork = false; bool nonetwork = true;
bool nodag = true; bool nodag = true;
/// @} /// @}