Constrain constant values to a single location in code
This commit is contained in:
@@ -810,7 +810,7 @@ void ThreadFlushWalletDB(const string& strFile)
|
||||
if (fOneThread)
|
||||
return;
|
||||
fOneThread = true;
|
||||
if (!GetBoolArg("-flushwallet", true))
|
||||
if (!GetBoolArg("-flushwallet", DEFAULT_FLUSHWALLET))
|
||||
return;
|
||||
|
||||
unsigned int nLastSeen = nWalletDBUpdated;
|
||||
|
||||
Reference in New Issue
Block a user