Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
101
void enableCompactBlocks(CNode& node, bool highBandwidth) {
102
uint64_t version = 1;
103
node.PushMessage(
"sendcmpct"
, highBandwidth, version);
104
}
Callers
3
CompactAnn
Method · 0.85
~CompactAnn
Method · 0.85
ProcessMessage
Function · 0.85
Calls
1
PushMessage
Method · 0.80
Tested by
no test coverage detected