mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 12:32:48 +01:00
Merge #9133: Unset fImporting for loading mempool
79f755d
Unset fImporting for loading mempool (Alex Morcos)
This commit is contained in:
commit
434e683f7b
@ -601,6 +601,8 @@ void ThreadImport(std::vector<boost::filesystem::path> vImportFiles)
|
||||
{
|
||||
const CChainParams& chainparams = Params();
|
||||
RenameThread("bitcoin-loadblk");
|
||||
|
||||
{
|
||||
CImportingNow imp;
|
||||
|
||||
// -reindex
|
||||
@ -660,7 +662,7 @@ void ThreadImport(std::vector<boost::filesystem::path> vImportFiles)
|
||||
LogPrintf("Stopping after block import\n");
|
||||
StartShutdown();
|
||||
}
|
||||
|
||||
} // End scope of CImportingNow
|
||||
LoadMempool();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user