mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-14 12:43:40 +02:00
Merge cbfbf46e57 into merged_master (Bitcoin PR bitcoin/bitcoin#25781)
This commit is contained in:
commit
59a4dcb178
17 changed files with 142 additions and 66 deletions
|
|
@ -296,7 +296,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