Bump protocol version and client version

This commit is contained in:
Duke
2024-09-18 10:59:37 -04:00
parent d915fc38b7
commit fcc5c17628
3 changed files with 3 additions and 3 deletions

View File

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