Skip to content

Commit

Permalink
Update deprecation height
Browse files Browse the repository at this point in the history
  • Loading branch information
Asherda committed Sep 12, 2022
1 parent 89eaf4c commit 304baee
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 20 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 = 2191000;
static const int APPROX_RELEASE_HEIGHT = 2197000;

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

0 comments on commit 304baee

Please sign in to comment.