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

Method CheckpointDays

src/options.cpp:68–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66}
67
68int64_t Opt::CheckpointDays() {
69 int64_t def = DEFAULT_CHECKPOINT_DAYS * std::max(1, ScriptCheckThreads());
70 return std::max(int64_t(1), Args->GetArg("-checkpoint-days", def));
71}
72
73uint64_t Opt::MaxBlockSizeVote() {
74 return Args->GetArg("-maxblocksizevote", 0);

Callers 2

ConnectBlockFunction · 0.80
BOOST_AUTO_TEST_CASEFunction · 0.80

Calls 1

GetArgMethod · 0.45

Tested by 1

BOOST_AUTO_TEST_CASEFunction · 0.64