Bump proto version

This commit is contained in:
Duke Leto
2021-07-09 15:09:11 -04:00
parent 14f38e3b0d
commit bfe907cb10

View File

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