| 648 | return node::fHavePruned; |
| 649 | } |
| 650 | bool isReadyToBroadcast() override { return !node::fImporting && !node::fReindex && !isInitialBlockDownload(); } |
| 651 | bool isInitialBlockDownload() override { |
| 652 | return chainman().ActiveChainstate().IsInitialBlockDownload(); |
| 653 | } |
no outgoing calls
no test coverage detected