Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bitcoinxt/bitcoinxt
/ GetMaxBlockSize
Function
GetMaxBlockSize
src/main.cpp:260–264 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
258
}
259
260
int GetMaxBlockSize()
261
{
262
LOCK(cs_main);
263
return chainActive.Tip()->nMaxBlockSize;
264
}
265
266
void UpdatePreferredDownload(CNode* node, NodeStatePtr& state)
267
{
Callers
1
SanityCheckMessage
Function · 0.85
Calls
1
Tip
Method · 0.45
Tested by
no test coverage detected