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