Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
101
int Opt::ThinBlocksMaxParallel() {
102
return Args->GetArg(
"-thin-blocks-max-parallel"
, 3);
103
}
104
105
bool Opt::PreferXThinBlocks() const {
106
return Args->GetBool(
"-prefer-xthin-blocks"
, false);
Callers
3
pickDownloadStrategy
Method · 0.80
onBlockAnnounced
Method · 0.80
BOOST_AUTO_TEST_CASE
Function · 0.80
Calls
1
GetArg
Method · 0.45
Tested by
1
BOOST_AUTO_TEST_CASE
Function · 0.64