From d95b3e889beee64fcd49d4a8a7e1d8ece0161741 Mon Sep 17 00:00:00 2001 From: Larry Ludlow Date: Sat, 14 Oct 2017 09:12:30 -0400 Subject: [PATCH] Update deprecation.h move out 52 weeks, this way we only force wallet/node updates annually --- src/deprecation.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/deprecation.h b/src/deprecation.h index 9d5111c1f..e8c36c94e 100644 --- a/src/deprecation.h +++ b/src/deprecation.h @@ -8,8 +8,8 @@ // Deprecation policy: // * Shut down 18 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 = 192200; -static const int WEEKS_UNTIL_DEPRECATION = 18; +static const int APPROX_RELEASE_HEIGHT = 800000; +static const int WEEKS_UNTIL_DEPRECATION = 52; static const int DEPRECATION_HEIGHT = APPROX_RELEASE_HEIGHT + (WEEKS_UNTIL_DEPRECATION * 7 * 24 * 24); // Number of blocks before deprecation to warn users