Revert "Bump protocol version"

This reverts commit bdb197278d.
This commit is contained in:
Duke
2026-02-18 09:13:48 -05:00
parent bdb197278d
commit 8e6cf9759d

View File

@@ -21,7 +21,7 @@
#define HUSH_VERSION_H #define HUSH_VERSION_H
// network protocol versioning // 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 //! initial proto version, to be increased after version/verack negotiation
static const int INIT_PROTO_VERSION = 209; static const int INIT_PROTO_VERSION = 209;
//! In this version, 'getheaders' was introduced. //! In this version, 'getheaders' was introduced.