mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-02-10 01:04:04 +01:00
init: Get rid of fServer flag
There is no need to store this flag globally, the variable is only used inside the initialization process. Thanks to Alex Morcos for the idea.
This commit is contained in:
@@ -107,7 +107,6 @@ map<string, vector<string> > mapMultiArgs;
|
||||
bool fDebug = false;
|
||||
bool fPrintToConsole = false;
|
||||
bool fPrintToDebugLog = true;
|
||||
bool fServer = false;
|
||||
string strMiscWarning;
|
||||
bool fLogTimestamps = DEFAULT_LOGTIMESTAMPS;
|
||||
bool fLogTimeMicros = DEFAULT_LOGTIMEMICROS;
|
||||
|
||||
Reference in New Issue
Block a user