hard fork mandatory update

This commit is contained in:
Alrighttt
2018-09-19 18:50:38 +02:00
parent 53771be236
commit d1b74ce6d1
2 changed files with 5 additions and 2 deletions

View File

@@ -9,7 +9,7 @@
* network protocol versioning
*/
static const int PROTOCOL_VERSION = 170003;
static const int PROTOCOL_VERSION = 170004;
//! initial proto version, to be increased after version/verack negotiation
static const int INIT_PROTO_VERSION = 209;
@@ -18,7 +18,7 @@ static const int INIT_PROTO_VERSION = 209;
static const int GETHEADERS_VERSION = 31800;
//! disconnect from peers older than this proto version
static const int MIN_PEER_PROTO_VERSION = 170002;
static const int MIN_PEER_PROTO_VERSION = 170004;
//! nTime field added to CAddress, starting with this version;
//! if possible, avoid requesting addresses nodes older than this