Skip to content

Commit

Permalink
update MIN_PEER_PROTO_VERSION_AFTER_ENFORCEMENT
Browse files Browse the repository at this point in the history
disconnect from peers older than 70916

New protocol will be active on:
Epoch timestamp: 1554336000
Human time (GMT): Thursday, April 4, 2019 12:00:00 AM
  • Loading branch information
observerdev committed Mar 27, 2019
1 parent 9d22c29 commit d5667db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/version.h
Expand Up @@ -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 = 70915;
static const int MIN_PEER_PROTO_VERSION_AFTER_ENFORCEMENT = 70915;
static const int MIN_PEER_PROTO_VERSION_AFTER_ENFORCEMENT = 70916;

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

0 comments on commit d5667db

Please sign in to comment.