From bdb197278db58dcb1d0de042f0f762a0cb917668 Mon Sep 17 00:00:00 2001 From: Duke Date: Tue, 17 Feb 2026 20:40:03 -0500 Subject: [PATCH] Bump protocol version --- src/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/version.h b/src/version.h index 0381ff1c2..b84bc6039 100644 --- a/src/version.h +++ b/src/version.h @@ -21,7 +21,7 @@ #define HUSH_VERSION_H // network protocol versioning -static const int PROTOCOL_VERSION = 1987429; +static const int PROTOCOL_VERSION = 1987430; //! initial proto version, to be increased after version/verack negotiation static const int INIT_PROTO_VERSION = 209; //! In this version, 'getheaders' was introduced.