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

Function enableCompactBlocks

src/compactthin.cpp:101–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99}
100
101void enableCompactBlocks(CNode& node, bool highBandwidth) {
102 uint64_t version = 1;
103 node.PushMessage("sendcmpct", highBandwidth, version);
104}

Callers 3

CompactAnnMethod · 0.85
~CompactAnnMethod · 0.85
ProcessMessageFunction · 0.85

Calls 1

PushMessageMethod · 0.80

Tested by

no test coverage detected