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 aa144e4 commit b0c5dc4Copy full SHA for b0c5dc4
src/version.h
@@ -20,7 +20,7 @@ static const int INIT_PROTO_VERSION = 209;
20
static const int GETHEADERS_VERSION = 70077;
21
22
//! disconnect from peers older than this proto version
23
-static const int MIN_PEER_PROTO_VERSION = 70213;
+static const int MIN_PEER_PROTO_VERSION = 70214;
24
25
//! nTime field added to CAddress, starting with this version;
26
//! if possible, avoid requesting addresses nodes older than this
0 commit comments