Only print out randomx debug stuff when -debug=randomx
This commit is contained in:
@@ -119,6 +119,7 @@ using namespace std;
|
||||
map<string, string> mapArgs;
|
||||
map<string, vector<string> > mapMultiArgs;
|
||||
bool fDebug = false;
|
||||
bool fRandomXDebug = false;
|
||||
bool fZdebug = false;
|
||||
bool fPrintToConsole = false;
|
||||
bool fPrintToDebugLog = true;
|
||||
|
||||
Reference in New Issue
Block a user