Skip to content

Commit

Permalink
Notching back min proto version.
Browse files Browse the repository at this point in the history
Risk for sync issues, will need to update later.
  • Loading branch information
ummjackson committed Mar 13, 2014
1 parent 9c0fbf5 commit 15e78bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/version.h
Expand Up @@ -32,7 +32,7 @@ static const int PROTOCOL_VERSION = 70002;
static const int INIT_PROTO_VERSION = 209;

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

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

0 comments on commit 15e78bf

Please sign in to comment.