mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-14 12:43:40 +02:00
Merge 1bcabe6f2a into merged_master (Bitcoin PR bitcoin-core/gui#697)
This commit is contained in:
commit
a429c96e07
5 changed files with 10 additions and 23 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue