mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-17 13:07:54 +02:00
Merge 9ab9d63569 into merged_master (Bitcoin PR #16503)
This commit is contained in:
commit
766d79d33f
4 changed files with 3 additions and 12 deletions
|
|
@ -333,7 +333,6 @@ public:
|
|||
LOCK(cs_main);
|
||||
return ::fHavePruned;
|
||||
}
|
||||
bool p2pEnabled() override { return g_connman != nullptr; }
|
||||
bool isReadyToBroadcast() override { return !::fImporting && !::fReindex && !isInitialBlockDownload(); }
|
||||
bool isInitialBlockDownload() override { return ::ChainstateActive().IsInitialBlockDownload(); }
|
||||
bool shutdownRequested() override { return ShutdownRequested(); }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue