From 4570277b5262f6f5b65d51e6020df46a65e10f4e Mon Sep 17 00:00:00 2001 From: Duke Date: Sun, 12 Nov 2023 14:30:52 -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 2f44a9d9d..504e38f4a 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 = 1987425; +static const int PROTOCOL_VERSION = 1987426; //! initial proto version, to be increased after version/verack negotiation static const int INIT_PROTO_VERSION = 209; //! In this version, 'getheaders' was introduced.