Skip to content

Commit

Permalink
new protocol version
Browse files Browse the repository at this point in the history
  • Loading branch information
cobrabytes committed Mar 29, 2019
1 parent 6ec212d commit d57cbac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* network protocol versioning
*/

static const int PROTOCOL_VERSION = 10085;
static const int PROTOCOL_VERSION = 10185;

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

//! disconnect from peers older than this proto version
static const int MIN_PEER_PROTO_VERSION_BEFORE_ENFORCEMENT = 10085;
static const int MIN_PEER_PROTO_VERSION_AFTER_ENFORCEMENT = 10085;
static const int MIN_PEER_PROTO_VERSION_BEFORE_ENFORCEMENT = 10185;
static const int MIN_PEER_PROTO_VERSION_AFTER_ENFORCEMENT = 10185;

//! nTime field added to CAddress, starting with this version;
//! if possible, avoid requesting addresses nodes older than this
Expand Down

0 comments on commit d57cbac

Please sign in to comment.