diff --git a/crates/rpc/src/rpc.rs b/crates/rpc/src/rpc.rs index b7cb59266c73ccf16a69ca0dce8051c4218e0c8d..e51ded5969c513f8d970c486d3ec3f3104d20d0b 100644 --- a/crates/rpc/src/rpc.rs +++ b/crates/rpc/src/rpc.rs @@ -6,4 +6,4 @@ pub use conn::Connection; pub use peer::*; mod macros; -pub const PROTOCOL_VERSION: u32 = 53; +pub const PROTOCOL_VERSION: u32 = 54;