mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-14 12:43:40 +02:00
Look for flushwallet/listen/irc/dnsseed/upnp instead of noflushwallet/etc. And switch default for irc to 0.
This commit is contained in:
parent
3ad9f8a70f
commit
9d952d17bb
4 changed files with 19 additions and 18 deletions
|
|
@ -990,7 +990,7 @@ void ThreadFlushWalletDB(void* parg)
|
|||
if (fOneThread)
|
||||
return;
|
||||
fOneThread = true;
|
||||
if (mapArgs.count("-noflushwallet"))
|
||||
if (!GetBoolArg("-flushwallet", true))
|
||||
return;
|
||||
|
||||
unsigned int nLastSeen = nWalletDBUpdated;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue