From 7e0b6ed1c68526b21b11f3d38c18ce7aa00580a2 Mon Sep 17 00:00:00 2001 From: Max Brunsfeld Date: Wed, 14 Dec 2022 15:34:22 -0800 Subject: [PATCH] Bump RPC version due to multibuffer following PR --- 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 1d4a4496d0..d06f1c1c5c 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 = 41; +pub const PROTOCOL_VERSION: u32 = 42;