mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-10 22:18:54 +01:00
Move ::fImporting to BlockManager
This commit is contained in:
@@ -295,7 +295,7 @@ public:
|
||||
bool isInitialBlockDownload() override {
|
||||
return chainman().ActiveChainstate().IsInitialBlockDownload();
|
||||
}
|
||||
bool isLoadingBlocks() override { return node::fReindex || node::fImporting; }
|
||||
bool isLoadingBlocks() override { return chainman().m_blockman.LoadingBlocks(); }
|
||||
void setNetworkActive(bool active) override
|
||||
{
|
||||
if (m_context->connman) {
|
||||
|
||||
Reference in New Issue
Block a user