MCPcopy Create free account
hub / github.com/bitcoinxt/bitcoinxt / UsingThinBlocks

Method UsingThinBlocks

src/options.cpp:89–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87}
88
89bool Opt::UsingThinBlocks() {
90 if (IsStealthMode())
91 return false;
92 return Args->GetBool("-use-thin-blocks", true);
93}
94
95/// Don't request blocks from nodes that don't support thin blocks.
96bool Opt::AvoidFullBlocks() {

Callers 5

KeepOutgoingPeerFunction · 0.80
fetchAsThinMethod · 0.80
ThinBlocksActiveFunction · 0.80
ProcessMessageFunction · 0.80
WillDownloadFromNodeFunction · 0.80

Calls 1

GetBoolMethod · 0.45

Tested by

no test coverage detected