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 37a934e commit 7bb6f9bCopy full SHA for 7bb6f9b
src/version.h
@@ -14,11 +14,8 @@ static const int PROTOCOL_VERSION = 70015;
14
//! initial proto version, to be increased after version/verack negotiation
15
static const int INIT_PROTO_VERSION = 209;
16
17
-//! In this version, 'getheaders' was introduced.
18
-static const int GETHEADERS_VERSION = 31800;
19
-
20
//! disconnect from peers older than this proto version
21
-static const int MIN_PEER_PROTO_VERSION = GETHEADERS_VERSION;
+static const int MIN_PEER_PROTO_VERSION = 31800;
22
23
//! BIP 0031, pong message, is enabled for all versions AFTER this one
24
static const int BIP0031_VERSION = 60000;
0 commit comments