Skip to content

Commit

Permalink
Protocol version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
dachcoin committed Jan 30, 2019
1 parent 1ddd37d commit 57c2b4a
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 @@ -12,7 +12,7 @@
* network protocol versioning
*/

static const int PROTOCOL_VERSION = 70914;
static const int PROTOCOL_VERSION = 70915;

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

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

//! 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 57c2b4a

Please sign in to comment.