mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 04:22:55 +01:00
remove unused NOBLKS_VERSION_{START,END} constants
This commit is contained in:
parent
87d6562299
commit
7d2f84c72f
@ -24,10 +24,6 @@ static const int MIN_PEER_PROTO_VERSION = GETHEADERS_VERSION;
|
||||
//! if possible, avoid requesting addresses nodes older than this
|
||||
static const int CADDR_TIME_VERSION = 31402;
|
||||
|
||||
//! only request blocks from nodes outside this range of versions
|
||||
static const int NOBLKS_VERSION_START = 32000;
|
||||
static const int NOBLKS_VERSION_END = 32400;
|
||||
|
||||
//! BIP 0031, pong message, is enabled for all versions AFTER this one
|
||||
static const int BIP0031_VERSION = 60000;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user