mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-18 13:17:55 +02:00
Merge 4e8a7654f6 into merged_master (Bitcoin PR bitcoin/bitcoin#25193)
This commit is contained in:
commit
73663a4c89
7 changed files with 58 additions and 31 deletions
|
|
@ -28,6 +28,7 @@
|
|||
|
||||
namespace node {
|
||||
std::atomic_bool fReindex(false);
|
||||
std::atomic_bool g_indexes_ready_to_sync{false};
|
||||
|
||||
// ELEMENTS
|
||||
bool fTrimHeaders = false;
|
||||
|
|
@ -953,5 +954,6 @@ void ThreadImport(ChainstateManager& chainman, std::vector<fs::path> vImportFile
|
|||
}
|
||||
} // End scope of ImportingNow
|
||||
chainman.ActiveChainstate().LoadMempool(mempool_path);
|
||||
g_indexes_ready_to_sync = true;
|
||||
}
|
||||
} // namespace node
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue