Skip to content

Commit

Permalink
Changed protocol version number to the less extreme 70003.
Browse files Browse the repository at this point in the history
Changed minimum protocol version to 70002 to block out pre-1.6 nodes.
  • Loading branch information
Ross Nicoll committed Aug 24, 2014
1 parent 328b797 commit 0317ce8
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 @@ -27,13 +27,13 @@ extern const std::string CLIENT_DATE;
// network protocol versioning
//

static const int PROTOCOL_VERSION = 80000;
static const int PROTOCOL_VERSION = 70003;

// intial proto version, to be increased after version/verack negotiation
static const int INIT_PROTO_VERSION = 209;

// disconnect from peers older than this proto version
static const int MIN_PEER_PROTO_VERSION = 70001;
static const int MIN_PEER_PROTO_VERSION = 70002;

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

0 comments on commit 0317ce8

Please sign in to comment.