Bump protocol version

This commit is contained in:
Duke
2026-02-17 20:40:03 -05:00
parent f26f27656a
commit bdb197278d

View File

@@ -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.