pub const GOSSIP_PLACEHOLDER_DATA: u8 = b'a';Expand description
Single-byte placeholder used by dmsg_write_mbuf when no AES
key payload accompanies the header. The gossip path emits 'a'
instead of 'd' to disambiguate the two encoder flavours.
pub const GOSSIP_PLACEHOLDER_DATA: u8 = b'a';Single-byte placeholder used by dmsg_write_mbuf when no AES
key payload accompanies the header. The gossip path emits 'a'
instead of 'd' to disambiguate the two encoder flavours.