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

Function SupportsThinBlocks

src/utilprocessmsg.cpp:15–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13namespace {
14
15bool SupportsThinBlocks(const CNode& node) {
16 return node.SupportsXThinBlocks() || node.SupportsCompactBlocks();
17}
18
19bool SignalsUAHF(const CNode& node) {
20 return node.nServices & NODE_BITCOIN_CASH;

Callers 1

KeepOutgoingPeerFunction · 0.85

Calls 2

SupportsXThinBlocksMethod · 0.80
SupportsCompactBlocksMethod · 0.80

Tested by

no test coverage detected