[#NetMsgType-SENDCMPCT] = xref:NetMsgType.adoc[NetMsgType]::SENDCMPCT :relfileprefix: ../ :mrdocs: Contains a 1‐byte bool and 8‐byte LE version number. Indicates that a node is willing to provide blocks via "cmpctblock" messages. May indicate that a node prefers to receive new block announcements via a "cmpctblock" message rather than an "inv", depending on message contents. == Synopsis Declared in `<protocol.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- inline constexpr char const* SENDCMPCT = {"sendcmpct"}; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#