mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-12 23:18:14 +01:00
make fCommandLine a local variable in AppInit()
This commit is contained in:
@@ -78,7 +78,6 @@ bool fPrintToConsole = false;
|
||||
bool fPrintToDebugger = false;
|
||||
bool fDaemon = false;
|
||||
bool fServer = false;
|
||||
bool fCommandLine = false;
|
||||
string strMiscWarning;
|
||||
bool fNoListen = false;
|
||||
bool fLogTimestamps = false;
|
||||
|
||||
Reference in New Issue
Block a user