Skip to content

Commit

Permalink
Set deprecation height
Browse files Browse the repository at this point in the history
  • Loading branch information
Asherda committed Jun 20, 2023
1 parent b9f7e30 commit a6acf6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/deprecation.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
// * Shut down 52 weeks' worth of blocks after the estimated release block height.
// * A warning is shown during the 2 months' worth of blocks prior to shut down.

static const int APPROX_RELEASE_HEIGHT = 2585000;
static const int APPROX_RELEASE_HEIGHT = 2588000;

static const int WEEKS_UNTIL_DEPRECATION = 52;
static const int DEPRECATION_HEIGHT = APPROX_RELEASE_HEIGHT + (WEEKS_UNTIL_DEPRECATION * 7 * 60 * 24);
Expand Down

0 comments on commit a6acf6c

Please sign in to comment.