Skip to content

Commit

Permalink
Set 16 week deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
cronicc committed Jun 20, 2018
1 parent 12d14bb commit b6f67a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/deprecation.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
#define ZCASH_DEPRECATION_H

// ZEN_MOD_START
static const int APPROX_RELEASE_HEIGHT = 260000;
static const int WEEKS_UNTIL_DEPRECATION = 18;
static const int APPROX_RELEASE_HEIGHT = 328000;
static const int WEEKS_UNTIL_DEPRECATION = 16;
// ZEN_MOD_END
static const int DEPRECATION_HEIGHT = APPROX_RELEASE_HEIGHT + (WEEKS_UNTIL_DEPRECATION * 7 * 24 * 24);

Expand Down

0 comments on commit b6f67a0

Please sign in to comment.