diff --git a/crates/rpc/src/rpc.rs b/crates/rpc/src/rpc.rs index bef6efa529..8b10167091 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 = 57; +pub const PROTOCOL_VERSION: u32 = 58;