bump MIN_POOL_PEER_PROTO_VERSION manually

This commit is contained in:
UdjinM6 2015-04-10 19:39:12 +03:00
parent 63ae382c72
commit 8051f73446

View File

@ -22,7 +22,7 @@ static const int GETHEADERS_VERSION = 70076;
static const int MIN_PEER_PROTO_VERSION = 70066;
//! minimum peer version accepted by DarksendPool
static const int MIN_POOL_PEER_PROTO_VERSION = 70075;
static const int MIN_POOL_PEER_PROTO_VERSION = 70076;
//! nTime field added to CAddress, starting with this version;
//! if possible, avoid requesting addresses nodes older than this