Skip to content

Commit a8df6ea

Browse files
author
limxdev
committed
Update version.h
1 parent a434494 commit a8df6ea

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212
* network protocol versioning
1313
*/
1414

15-
static const int PROTOCOL_VERSION = 80006;
15+
static const int PROTOCOL_VERSION = 80008;
1616

1717
//! initial proto version, to be increased after version/verack negotiation
1818
static const int INIT_PROTO_VERSION = 209;
1919

2020
//! In this version, 'getheaders' was introduced.
21-
static const int GETHEADERS_VERSION = 70016;
21+
static const int GETHEADERS_VERSION = 80006;
2222

2323
//! disconnect from peers older than this proto version
2424
static const int MIN_PEER_PROTO_VERSION = GETHEADERS_VERSION;

0 commit comments

Comments
 (0)