From 1e945ee82ac0f5e6a1fb0ecd7ea9f523fb04c3b6 Mon Sep 17 00:00:00 2001 From: Sean Bowe Date: Fri, 8 May 2020 13:28:55 -0600 Subject: [PATCH] Set the deprecation height manually to roughly July 14th. --- src/deprecation.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/deprecation.h b/src/deprecation.h index ae020c266..3ff90b1ed 100644 --- a/src/deprecation.h +++ b/src/deprecation.h @@ -9,8 +9,9 @@ // * Shut down 16 weeks' worth of blocks after the estimated release block height. // * A warning is shown during the 2 weeks' worth of blocks prior to shut down. static const int APPROX_RELEASE_HEIGHT = 824273; -static const int WEEKS_UNTIL_DEPRECATION = 16; -static const int DEPRECATION_HEIGHT = APPROX_RELEASE_HEIGHT + (WEEKS_UNTIL_DEPRECATION * 7 * 24 * 48); +// static const int WEEKS_UNTIL_DEPRECATION = 16; +// static const int DEPRECATION_HEIGHT = APPROX_RELEASE_HEIGHT + (WEEKS_UNTIL_DEPRECATION * 7 * 24 * 48); +static const int DEPRECATION_HEIGHT = 901475; // Number of blocks before deprecation to warn users static const int DEPRECATION_WARN_LIMIT = 14 * 24 * 48; // 2 weeks