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

Method MaxBlockSizeVote

src/options.cpp:73–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71}
72
73uint64_t Opt::MaxBlockSizeVote() {
74 return Args->GetArg("-maxblocksizevote", 0);
75}
76
77int64_t Opt::UAHFTime() {
78 int64_t defaultUAHFTime = Params().NetworkIDString() == CBaseChainParams::REGTEST ?

Callers 2

BIP100StrFunction · 0.80
AppInit2Function · 0.80

Calls 1

GetArgMethod · 0.45

Tested by

no test coverage detected