pub const SENDCMPCT: &'static str = "sendcmpct";
Expand description

| 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. @since protocol | version 70014 as described by BIP 152 |