diff --git a/src/version.h b/src/version.h index d879796d3..8e2ef17eb 100644 --- a/src/version.h +++ b/src/version.h @@ -19,7 +19,7 @@ static const int INIT_PROTO_VERSION = 209; static const int GETHEADERS_VERSION = 70077; //! disconnect from peers older than this proto version -static const int MIN_PEER_PROTO_VERSION = 70066; +static const int MIN_PEER_PROTO_VERSION = 70094; //TODO: CHANGE BACK TO 70066 BEFORE LAUNCH //! minimum peer version accepted by DarksendPool static const int MIN_POOL_PEER_PROTO_VERSION = 70094;