We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d317fc5 commit 45eb8ccCopy full SHA for 45eb8cc
1 file changed
src/version.h
@@ -36,7 +36,7 @@ static const int PROTOCOL_VERSION = 62052;
36
static const int INIT_PROTO_VERSION = 209;
37
38
// disconnect from peers older than this proto version
39
-static const int MIN_PEER_PROTO_VERSION = 62051;
+static const int MIN_PEER_PROTO_VERSION = 62052;
40
41
// minimum peer version accepted by MNenginePool
42
static const int MIN_POOL_PEER_PROTO_VERSION = 62050;
0 commit comments