Skip to content

Commit

Permalink
update APPROX_RELEASE_HEIGHT for VoteCoin
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomas-M committed Oct 15, 2018
1 parent 028647c commit c0d8d3a
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 @@ -8,7 +8,7 @@
// Deprecation policy:
// * Shut down 16 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 = 411500;
static const int APPROX_RELEASE_HEIGHT = 237444;
static const int WEEKS_UNTIL_DEPRECATION = 16;
static const int DEPRECATION_HEIGHT = APPROX_RELEASE_HEIGHT + (WEEKS_UNTIL_DEPRECATION * 7 * 24 * 24);

Expand Down

0 comments on commit c0d8d3a

Please sign in to comment.