@ -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;
@ -762,6 +764,7 @@ Options::Options()
inputLimits = true;
bigData = true;
}
else if (arg == "--singletest" && i + 1 < argc)
@ -223,6 +223,7 @@ public:
bool inputLimits = false;
bool bigData = false;
bool wallet = false;
bool network = false;
/// @}
/// Get reference to options