Skip to content

Commit 7d2f84c

Browse files
remove unused NOBLKS_VERSION_{START,END} constants
1 parent 87d6562 commit 7d2f84c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/version.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,6 @@ static const int MIN_PEER_PROTO_VERSION = GETHEADERS_VERSION;
2424
//! if possible, avoid requesting addresses nodes older than this
2525
static const int CADDR_TIME_VERSION = 31402;
2626

27-
//! only request blocks from nodes outside this range of versions
28-
static const int NOBLKS_VERSION_START = 32000;
29-
static const int NOBLKS_VERSION_END = 32400;
30-
3127
//! BIP 0031, pong message, is enabled for all versions AFTER this one
3228
static const int BIP0031_VERSION = 60000;
3329

0 commit comments

Comments
 (0)