Skip to content

Commit e1075cb

Browse files
committed
update DEPRECATION_HEIGHT to 5333777
1 parent e9e37e1 commit e1075cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/deprecation.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
// * Shut down WEEKS_UNTIL_DEPRECATION weeks' worth of blocks after the estimated release block height.
2525
// * A warning is shown during the DEPRECATION_WARN_LIMIT worth of blocks prior to shut down.
2626
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
27+
static const int DEPRECATION_HEIGHT = 5333777;
2828
static const int APPROX_RELEASE_HEIGHT = DEPRECATION_HEIGHT - (WEEKS_UNTIL_DEPRECATION * 7 * 24 * 60);
2929

3030
// Number of blocks before deprecation to warn users

0 commit comments

Comments
 (0)