Set deprecation of 3.0.0 to target EOS halt mid-September.

This commit is contained in:
Sean Bowe 2020-05-21 07:35:09 -06:00
parent a6403c80b4
commit 61aee9ec9c
No known key found for this signature in database
GPG Key ID: 95684257D8F8B031
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
static const int APPROX_RELEASE_HEIGHT = 838929;
// static const int WEEKS_UNTIL_DEPRECATION = 16;
// static const int DEPRECATION_HEIGHT = APPROX_RELEASE_HEIGHT + (WEEKS_UNTIL_DEPRECATION * 7 * 24 * 48);
static const int DEPRECATION_HEIGHT = 901475;
static const int DEPRECATION_HEIGHT = 973713;
// Number of blocks before deprecation to warn users
static const int DEPRECATION_WARN_LIMIT = 14 * 24 * 48; // 2 weeks