Merge pull request #432 from leofidus/1.6-noblocks

don't request blocks from clients without Digishield
This commit is contained in:
langerhans 2014-04-08 20:15:33 +02:00
commit c7d73d133f

View file

@ -40,7 +40,7 @@ static const int CADDR_TIME_VERSION = 31402;
// only request blocks from nodes outside this range of versions
static const int NOBLKS_VERSION_START = 60000;
static const int NOBLKS_VERSION_END = 60002;
static const int NOBLKS_VERSION_END = 70001;
// BIP 0031, pong message, is enabled for all versions AFTER this one
static const int BIP0031_VERSION = 60000;