mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-18 13:17:55 +02:00
Use CScheduler for wallet flushing, remove ThreadFlushWalletDB
This commit is contained in:
parent
73296f54d6
commit
735d9b5362
5 changed files with 34 additions and 38 deletions
|
|
@ -1639,7 +1639,7 @@ bool AppInitMain(boost::thread_group& threadGroup, CScheduler& scheduler)
|
|||
|
||||
#ifdef ENABLE_WALLET
|
||||
if (pwalletMain)
|
||||
pwalletMain->postInitProcess(threadGroup);
|
||||
pwalletMain->postInitProcess(scheduler);
|
||||
#endif
|
||||
|
||||
return !fRequestShutdown;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue