We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9e37e1 commit e1075cbCopy full SHA for e1075cb
src/deprecation.h
@@ -24,7 +24,7 @@
24
// * Shut down WEEKS_UNTIL_DEPRECATION weeks' worth of blocks after the estimated release block height.
25
// * A warning is shown during the DEPRECATION_WARN_LIMIT worth of blocks prior to shut down.
26
static const int WEEKS_UNTIL_DEPRECATION = 52;
27
-static const int DEPRECATION_HEIGHT = 4820333; //TODO: use [last_season_array_item - 1] + 650.000 for automagic update
+static const int DEPRECATION_HEIGHT = 5333777;
28
static const int APPROX_RELEASE_HEIGHT = DEPRECATION_HEIGHT - (WEEKS_UNTIL_DEPRECATION * 7 * 24 * 60);
29
30
// Number of blocks before deprecation to warn users
0 commit comments