MCPcopy Create free account
hub / github.com/bitcoin/bitcoin / isReadyToBroadcast

Method isReadyToBroadcast

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

Source from the content-addressed store, hash-verified

777 return GetPruneHeight(chainman().m_blockman, chainman().ActiveChain());
778 }
779 bool isReadyToBroadcast() override { return !chainman().m_blockman.LoadingBlocks() && !isInitialBlockDownload(); }
780 bool isInitialBlockDownload() override
781 {
782 return chainman().IsInitialBlockDownload();

Callers 1

ShouldResendMethod · 0.80

Calls 1

LoadingBlocksMethod · 0.80

Tested by

no test coverage detected