mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-13 12:33:42 +02:00
Move ::fImporting to BlockManager
This commit is contained in:
parent
fa442b1377
commit
fa9bd7be47
3 changed files with 5 additions and 8 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue