From 8e6cf9759d6aa5498db3a563bc3bdd6c2acbd6f6 Mon Sep 17 00:00:00 2001 From: Duke Date: Wed, 18 Feb 2026 09:13:48 -0500 Subject: [PATCH] Revert "Bump protocol version" This reverts commit bdb197278db58dcb1d0de042f0f762a0cb917668. --- src/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/version.h b/src/version.h index b84bc6039..0381ff1c2 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 = 1987430; +static const int PROTOCOL_VERSION = 1987429; //! initial proto version, to be increased after version/verack negotiation static const int INIT_PROTO_VERSION = 209; //! In this version, 'getheaders' was introduced.