File tree 1 file changed +3
-4
lines changed
1 file changed +3
-4
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 = 70912 ;
15
+ static const int PROTOCOL_VERSION = 70913 ;
16
16
17
17
//! initial proto version, to be increased after version/verack negotiation
18
18
static const int INIT_PROTO_VERSION = 209 ;
@@ -21,8 +21,8 @@ static const int INIT_PROTO_VERSION = 209;
21
21
static const int GETHEADERS_VERSION = 70077 ;
22
22
23
23
//! disconnect from peers older than this proto version
24
- static const int MIN_PEER_PROTO_VERSION_BEFORE_ENFORCEMENT = 70911 ;
25
- static const int MIN_PEER_PROTO_VERSION_AFTER_ENFORCEMENT = 70912 ;
24
+ static const int MIN_PEER_PROTO_VERSION_BEFORE_ENFORCEMENT = 70912 ;
25
+ static const int MIN_PEER_PROTO_VERSION_AFTER_ENFORCEMENT = 70913 ;
26
26
27
27
//! nTime field added to CAddress, starting with this version;
28
28
//! if possible, avoid requesting addresses nodes older than this
@@ -39,4 +39,3 @@ static const int NO_BLOOM_VERSION = 70005;
39
39
40
40
41
41
#endif // BITCOIN_VERSION_H
42
-
You can’t perform that action at this time.
0 commit comments