Skip to content

Commit 83c938a

Browse files
committed
Revert protocol version to 71000 and minimum protocol version to 70900
1 parent ff907d8 commit 83c938a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/version.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* network protocol versioning
1313
*/
1414

15-
static const int PROTOCOL_VERSION = 71400; // TODO (BDAP): ***** Revert to 71000
15+
static const int PROTOCOL_VERSION = 71000;
1616

1717
//! initial proto version, to be increased after version/verack negotiation
1818
static const int INIT_PROTO_VERSION = 209;
@@ -21,7 +21,7 @@ static const int INIT_PROTO_VERSION = 209;
2121
static const int GETHEADERS_VERSION = 60800;
2222

2323
//! disconnect from peers older than this proto version
24-
static const int MIN_PEER_PROTO_VERSION = 71400; // TODO (BDAP): ***** Revert to 70900
24+
static const int MIN_PEER_PROTO_VERSION = 70900;
2525

2626
//! nTime field added to CAddress, starting with this version;
2727
//! if possible, avoid requesting addresses nodes older than this

0 commit comments

Comments
 (0)