Skip to content

Commit 23eeaee

Browse files
sipacodablock
authored andcommitted
Merge bitcoin#7662: remove unused NOBLKS_VERSION_{START,END} constants
7d2f84c remove unused NOBLKS_VERSION_{START,END} constants (Pavel Vasin)
1 parent 00d42b7 commit 23eeaee

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
@@ -25,10 +25,6 @@ static const int MIN_PEER_PROTO_VERSION = 70208;
2525
//! if possible, avoid requesting addresses nodes older than this
2626
static const int CADDR_TIME_VERSION = 31402;
2727

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

0 commit comments

Comments
 (0)