Skip to content

Commit

Permalink
Update protocol to 70914.
Browse files Browse the repository at this point in the history
  • Loading branch information
presstab authored and Fuzzbawls committed May 2, 2018
1 parent ebc4527 commit 9ee7d98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* network protocol versioning
*/

static const int PROTOCOL_VERSION = 70913;
static const int PROTOCOL_VERSION = 70914;

//! initial proto version, to be increased after version/verack negotiation
static const int INIT_PROTO_VERSION = 209;
Expand All @@ -21,7 +21,7 @@ static const int GETHEADERS_VERSION = 70077;

//! disconnect from peers older than this proto version
static const int MIN_PEER_PROTO_VERSION_BEFORE_ENFORCEMENT = 70912;
static const int MIN_PEER_PROTO_VERSION_AFTER_ENFORCEMENT = 70913;
static const int MIN_PEER_PROTO_VERSION_AFTER_ENFORCEMENT = 70914;

//! masternodes older than this proto version use old strMessage format for mnannounce
static const int MIN_PEER_MNANNOUNCE = 70913;
Expand Down

0 comments on commit 9ee7d98

Please sign in to comment.