Skip to content

Commit

Permalink
Update protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
oxmah authored Jun 9, 2018
1 parent 65ab61e commit c64835f
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 @@ -36,7 +36,7 @@ static const int PROTOCOL_VERSION = 30007;
static const int INIT_PROTO_VERSION = 209;

// disconnect from peers older than this proto version
static const int MIN_PEER_PROTO_VERSION = 30003;
static const int MIN_PEER_PROTO_VERSION = 30007;
static const int MIN_PEER_PROTO_VERSION_2 = 30007;

// minimum peer version accepted by DarkSendPool
Expand All @@ -47,7 +47,7 @@ static const int MIN_INSTANTX_PROTO_VERSION = 30007;
//! minimum peer version that can receive masternode payments
// V1 - Last protocol version before update
// V2 - Newest protocol version
static const int MIN_MASTERNODE_PAYMENT_PROTO_VERSION_1 = 30003;
static const int MIN_MASTERNODE_PAYMENT_PROTO_VERSION_1 = 30007;
static const int MIN_MASTERNODE_PAYMENT_PROTO_VERSION_2 = 30007;

// nTime field added to CAddress, starting with this version;
Expand Down

0 comments on commit c64835f

Please sign in to comment.