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

Method havePruned

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

Source from the content-addressed store, hash-verified

643 CFeeRate relayIncrementalFee() override { return ::incrementalRelayFee; }
644 CFeeRate relayDustFee() override { return ::dustRelayFee; }
645 bool havePruned() override
646 {
647 LOCK(cs_main);
648 return node::fHavePruned;
649 }
650 bool isReadyToBroadcast() override { return !node::fImporting && !node::fReindex && !isInitialBlockDownload(); }
651 bool isInitialBlockDownload() override {
652 return chainman().ActiveChainstate().IsInitialBlockDownload();

Callers 5

AttachChainMethod · 0.80
importprivkeyFunction · 0.80
importaddressFunction · 0.80
importpubkeyFunction · 0.80
importwalletFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected