Skip to content

Commit

Permalink
Merge pull request #52 from aizensou/master
Browse files Browse the repository at this point in the history
Fix disconnecting from old clients
  • Loading branch information
aizensou authored Feb 3, 2017
2 parents 35011fb + 6f09f98 commit 85e0d66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ static const int PROTOCOL_VERSION = 90019;
static const int INIT_PROTO_VERSION = 90013;

// disconnect from peers older than this proto version
static const int MIN_PEER_PROTO_VERSION = 90019;
static const int MIN_PEER_PROTO_VERSION = 90016;

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

0 comments on commit 85e0d66

Please sign in to comment.