Skip to content

Commit

Permalink
Set MIN_PEER_PROTO_VERSION one back so this version can talk to the o…
Browse files Browse the repository at this point in the history
…ld one
  • Loading branch information
icanprogram committed Mar 17, 2014
1 parent d11741c commit aaee965
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 = 70003;
static const int INIT_PROTO_VERSION = 209;

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

Please sign in to comment.