add network flag

This commit is contained in:
CJentzsch 2015-06-18 08:00:16 +02:00
parent 6c27ef7367
commit e325f33856
2 changed files with 5 additions and 1 deletions

View File

@ -754,6 +754,8 @@ Options::Options()
checkState = true;
else if (arg == "--wallet")
wallet = true;
else if (arg == "--network")
network = true;
else if (arg == "--all")
{
performance = true;
@ -761,7 +763,8 @@ Options::Options()
memory = true;
inputLimits = true;
bigData = true;
wallet= true;
wallet = true;
network = true;
}
else if (arg == "--singletest" && i + 1 < argc)
{

View File

@ -223,6 +223,7 @@ public:
bool inputLimits = false;
bool bigData = false;
bool wallet = false;
bool network = false;
/// @}
/// Get reference to options