Merge 1bcabe6f2a into merged_master (Bitcoin PR bitcoin-core/gui#697)

This commit is contained in:
Byron Hambly 2025-04-05 15:06:43 +02:00
commit a429c96e07
5 changed files with 10 additions and 23 deletions

View file

@ -296,8 +296,7 @@ public:
bool isInitialBlockDownload() override {
return chainman().ActiveChainstate().IsInitialBlockDownload();
}
bool getReindex() override { return node::fReindex; }
bool getImporting() override { return node::fImporting; }
bool isLoadingBlocks() override { return node::fReindex || node::fImporting; }
void setNetworkActive(bool active) override
{
if (m_context->connman) {