Browse Source

Bump proto version

dev
Duke Leto 3 years ago
parent
commit
bfe907cb10
  1. 2
      src/version.h

2
src/version.h

@ -21,7 +21,7 @@
#define HUSH_VERSION_H #define HUSH_VERSION_H
// network protocol versioning // 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 //! 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.

Loading…
Cancel
Save