We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff907d8 commit 83c938aCopy full SHA for 83c938a
src/version.h
@@ -12,7 +12,7 @@
12
* network protocol versioning
13
*/
14
15
-static const int PROTOCOL_VERSION = 71400; // TODO (BDAP): ***** Revert to 71000
+static const int PROTOCOL_VERSION = 71000;
16
17
//! initial proto version, to be increased after version/verack negotiation
18
static const int INIT_PROTO_VERSION = 209;
@@ -21,7 +21,7 @@ static const int INIT_PROTO_VERSION = 209;
21
static const int GETHEADERS_VERSION = 60800;
22
23
//! disconnect from peers older than this proto version
24
-static const int MIN_PEER_PROTO_VERSION = 71400; // TODO (BDAP): ***** Revert to 70900
+static const int MIN_PEER_PROTO_VERSION = 70900;
25
26
//! nTime field added to CAddress, starting with this version;
27
//! if possible, avoid requesting addresses nodes older than this
0 commit comments