Bump PROTOCOL_VERSION to 70216 (#3287)

We removed "alert" p2p message and changed "mempool" message behaviour a bit. It probably makes sense to bump PROTOCOL_VERSION now. This should also help to distinguish v0.15 nodes from late v0.14.0.x ones.
This commit is contained in:
UdjinM6 2020-01-14 23:19:07 +03:00 committed by Alexander Block
parent b84482ac57
commit 1d203b422c

View File

@ -11,7 +11,7 @@
*/ */
static const int PROTOCOL_VERSION = 70215; static const int PROTOCOL_VERSION = 70216;
//! 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;