From 9d32e933e827c88504cc28a3fbfb6fee16a15f33 Mon Sep 17 00:00:00 2001 From: Max Brunsfeld Date: Fri, 9 Jun 2023 11:50:15 -0700 Subject: [PATCH] Bump protocol version --- crates/rpc/src/rpc.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/rpc/src/rpc.rs b/crates/rpc/src/rpc.rs index bef6efa529fd514b24789a5d294dbc33409974ab..8b101670918ad42dc58e9039f8150fb005a1595b 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;