Bump RPC protocol version number

This commit is contained in:
Max Brunsfeld 2023-02-22 13:40:14 -08:00
parent 111aff29cc
commit 46ead28971

View File

@ -6,4 +6,4 @@ pub use conn::Connection;
pub use peer::*; pub use peer::*;
mod macros; mod macros;
pub const PROTOCOL_VERSION: u32 = 47; pub const PROTOCOL_VERSION: u32 = 48;