Browse Source

Update deprecation height

dev
Asher Dawes 2 years ago
parent
commit
294d57c16f
  1. 2
      src/deprecation.h

2
src/deprecation.h

@ -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 = 2203000;
static const int APPROX_RELEASE_HEIGHT = 2212000;
static const int WEEKS_UNTIL_DEPRECATION = 20;
static const int DEPRECATION_HEIGHT = APPROX_RELEASE_HEIGHT + (WEEKS_UNTIL_DEPRECATION * 7 * 60 * 24);

Loading…
Cancel
Save