Skip to main content

PROTOCOL_VERSION

Constant PROTOCOL_VERSION 

Source
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.