Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
73
uint64_t Opt::MaxBlockSizeVote() {
74
return Args->GetArg(
"-maxblocksizevote"
, 0);
75
}
76
77
int64_t Opt::UAHFTime() {
78
int64_t defaultUAHFTime = Params().NetworkIDString() == CBaseChainParams::REGTEST ?
Callers
2
BIP100Str
Function · 0.80
AppInit2
Function · 0.80
Calls
1
GetArg
Method · 0.45
Tested by
no test coverage detected