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 87d6562 commit 7d2f84cCopy full SHA for 7d2f84c
src/version.h
@@ -24,10 +24,6 @@ static const int MIN_PEER_PROTO_VERSION = GETHEADERS_VERSION;
24
//! if possible, avoid requesting addresses nodes older than this
25
static const int CADDR_TIME_VERSION = 31402;
26
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
-
31
//! BIP 0031, pong message, is enabled for all versions AFTER this one
32
static const int BIP0031_VERSION = 60000;
33
0 commit comments