Bump version and protocol version

This commit is contained in:
Duke
2023-02-09 13:53:55 -08:00
parent b360a2395a
commit 537307a812
3 changed files with 4 additions and 3 deletions

View File

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