We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a434494 commit a8df6eaCopy full SHA for a8df6ea
1 file changed
src/version.h
@@ -12,13 +12,13 @@
12
* network protocol versioning
13
*/
14
15
-static const int PROTOCOL_VERSION = 80006;
+static const int PROTOCOL_VERSION = 80008;
16
17
//! initial proto version, to be increased after version/verack negotiation
18
static const int INIT_PROTO_VERSION = 209;
19
20
//! In this version, 'getheaders' was introduced.
21
-static const int GETHEADERS_VERSION = 70016;
+static const int GETHEADERS_VERSION = 80006;
22
23
//! disconnect from peers older than this proto version
24
static const int MIN_PEER_PROTO_VERSION = GETHEADERS_VERSION;
0 commit comments