Skip to content

Commit

Permalink
Urgent update to eliminate old wallet version
Browse files Browse the repository at this point in the history
  • Loading branch information
nopslide authored Dec 30, 2016
1 parent 8c3369c commit 246a34e
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 = 90016;
static const int INIT_PROTO_VERSION = 90013;

// disconnect from peers older than this proto version
static const int MIN_PEER_PROTO_VERSION = 90014;
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 246a34e

Please sign in to comment.