MCPcopy 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
260int GetMaxBlockSize()
261{
262 LOCK(cs_main);
263 return chainActive.Tip()->nMaxBlockSize;
264}
265
266void UpdatePreferredDownload(CNode* node, NodeStatePtr& state)
267{

Callers 1

SanityCheckMessageFunction · 0.85

Calls 1

TipMethod · 0.45

Tested by

no test coverage detected