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 e8589a8 commit 4dff63bCopy full SHA for 4dff63b
src/version.h
@@ -22,7 +22,7 @@ static const int GETHEADERS_VERSION = 70077;
22
//! disconnect from peers older than this proto version
23
static const int MIN_PEER_PROTO_VERSION_BEFORE_ENFORCEMENT = 70900;
24
static const int MIN_PEER_PROTO_VERSION_AFTER_ENFORCEMENT15 = 70811;
25
-static const int MIN_PEER_PROTO_VERSION_AFTER_ENFORCEMENT17 = 70900;
+static const int MIN_PEER_PROTO_VERSION_AFTER_ENFORCEMENT17 = 70910;
26
27
//! nTime field added to CAddress, starting with this version;
28
//! if possible, avoid requesting addresses nodes older than this
0 commit comments