]> Git Repo - VerusCoin.git/blobdiff - src/version.h
Auto merge of #1938 - ebfull:g2-subgroup-check, r=str4d
[VerusCoin.git] / src / version.h
index 38b3d2e73432fe2d87b81ce34bb43b4fc3e6ca87..91a464030b13f97e0333c42a81d919ff90e42f88 100644 (file)
@@ -9,7 +9,7 @@
  * network protocol versioning
  */
 
-static const int PROTOCOL_VERSION = 70002;
+static const int PROTOCOL_VERSION = 170002;
 
 //! 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 = GETHEADERS_VERSION;
+static const int MIN_PEER_PROTO_VERSION = 170002;
 
 //! nTime field added to CAddress, starting with this version;
 //! if possible, avoid requesting addresses nodes older than this
This page took 0.020217 seconds and 4 git commands to generate.