Unset fImporting for loading mempool
This commit is contained in:
parent
e0477f6d20
commit
79f755db41
1 changed files with 3 additions and 1 deletions
|
@ -601,6 +601,8 @@ void ThreadImport(std::vector<boost::filesystem::path> vImportFiles)
|
||||||
{
|
{
|
||||||
const CChainParams& chainparams = Params();
|
const CChainParams& chainparams = Params();
|
||||||
RenameThread("bitcoin-loadblk");
|
RenameThread("bitcoin-loadblk");
|
||||||
|
|
||||||
|
{
|
||||||
CImportingNow imp;
|
CImportingNow imp;
|
||||||
|
|
||||||
// -reindex
|
// -reindex
|
||||||
|
@ -660,7 +662,7 @@ void ThreadImport(std::vector<boost::filesystem::path> vImportFiles)
|
||||||
LogPrintf("Stopping after block import\n");
|
LogPrintf("Stopping after block import\n");
|
||||||
StartShutdown();
|
StartShutdown();
|
||||||
}
|
}
|
||||||
|
} // End scope of CImportingNow
|
||||||
LoadMempool();
|
LoadMempool();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue