File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 12
12
* network protocol versioning
13
13
*/
14
14
15
- static const int PROTOCOL_VERSION = 71400 ; // TODO (BDAP): ***** Revert to 71000
15
+ static const int PROTOCOL_VERSION = 71000 ;
16
16
17
17
//! initial proto version, to be increased after version/verack negotiation
18
18
static const int INIT_PROTO_VERSION = 209 ;
@@ -21,7 +21,7 @@ static const int INIT_PROTO_VERSION = 209;
21
21
static const int GETHEADERS_VERSION = 60800 ;
22
22
23
23
//! 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 ;
25
25
26
26
//! nTime field added to CAddress, starting with this version;
27
27
//! if possible, avoid requesting addresses nodes older than this
You can’t perform that action at this time.
0 commit comments