We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00d42b7 commit 23eeaeeCopy full SHA for 23eeaee
src/version.h
@@ -25,10 +25,6 @@ static const int MIN_PEER_PROTO_VERSION = 70208;
25
//! if possible, avoid requesting addresses nodes older than this
26
static const int CADDR_TIME_VERSION = 31402;
27
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
-
32
//! BIP 0031, pong message, is enabled for all versions AFTER this one
33
static const int BIP0031_VERSION = 60000;
34
0 commit comments