We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7f1275 commit 6b37bf0Copy full SHA for 6b37bf0
src/version.h
@@ -21,8 +21,8 @@ static const int INIT_PROTO_VERSION = 209;
21
static const int GETHEADERS_VERSION = 70077;
22
23
//! disconnect from peers older than this proto version
24
-static const int MIN_PEER_PROTO_VERSION_AFTER_ENFORCEMENT = 70712;
25
static const int MIN_PEER_PROTO_VERSION_BEFORE_ENFORCEMENT = 70711;
+static const int MIN_PEER_PROTO_VERSION_AFTER_ENFORCEMENT = 70712;
26
27
//! nTime field added to CAddress, starting with this version;
28
//! if possible, avoid requesting addresses nodes older than this
0 commit comments