pub const PROTOCOL_VERSION: u32 = 1;Expand description
Wire protocol version this crate speaks.
Compared against AuthOkMsg::protocol_version on connect. Bump this
alongside the daemon’s PROTOCOL_VERSION on any breaking change.
pub const PROTOCOL_VERSION: u32 = 1;Wire protocol version this crate speaks.
Compared against AuthOkMsg::protocol_version on connect. Bump this
alongside the daemon’s PROTOCOL_VERSION on any breaking change.