MCPcopy Create free account
hub / github.com/ElementsProject/elements / isReadyToBroadcast

Method isReadyToBroadcast

src/node/interfaces.cpp:650–650  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 }

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected