From cc8b49fec61474db09e01828eaed309acb029e65 Mon Sep 17 00:00:00 2001 From: CryptoCoderz Date: Tue, 21 May 2019 00:44:59 -0700 Subject: [PATCH] Update version.h --- src/version.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/version.h b/src/version.h index 37732167..02bdb5e8 100644 --- a/src/version.h +++ b/src/version.h @@ -36,7 +36,7 @@ static const int PROTOCOL_VERSION = 62010; static const int INIT_PROTO_VERSION = 209; // disconnect from peers older than this proto version -static const int MIN_PEER_PROTO_VERSION = 62007; +static const int MIN_PEER_PROTO_VERSION = 62009; // minimum peer version accepted by MNenginePool static const int MIN_POOL_PEER_PROTO_VERSION = 62007; @@ -54,10 +54,10 @@ static const int CADDR_TIME_VERSION = 31402; // only request blocks from nodes outside this range of versions static const int NOBLKS_VERSION_START = 0; -static const int NOBLKS_VERSION_END = 62006; +static const int NOBLKS_VERSION_END = 62008; // hard cutoff time for legacy network connections -static const int64_t HRD_LEGACY_CUTOFF = 1558310400; // ON (Monday, May 20, 2019 12:00:00 AM) +static const int64_t HRD_LEGACY_CUTOFF = 9993058800; // OFF (NOT TOGGLED) // hard cutoff time for future network connections static const int64_t HRD_FUTURE_CUTOFF = 9993058800; // OFF (NOT TOGGLED)