Hotfix for version.h

This commit is contained in:
vertoe 2015-01-01 19:03:25 +01:00
parent bb31919f9c
commit 9cc07aec1c

View File

@ -33,7 +33,7 @@ static const int PROTOCOL_VERSION = 70052;
static const int INIT_PROTO_VERSION = 209;
// disconnect from peers older than this proto version
static const int MIN_PEER_PROTO_VERSION = 70046
static const int MIN_PEER_PROTO_VERSION = 70046;
// nTime field added to CAddress, starting with this version;
// if possible, avoid requesting addresses nodes older than this