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

Method ThinBlocksMaxParallel

src/options.cpp:101–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99}
100
101int Opt::ThinBlocksMaxParallel() {
102 return Args->GetArg("-thin-blocks-max-parallel", 3);
103}
104
105bool Opt::PreferXThinBlocks() const {
106 return Args->GetBool("-prefer-xthin-blocks", false);

Callers 3

pickDownloadStrategyMethod · 0.80
onBlockAnnouncedMethod · 0.80
BOOST_AUTO_TEST_CASEFunction · 0.80

Calls 1

GetArgMethod · 0.45

Tested by 1

BOOST_AUTO_TEST_CASEFunction · 0.64