Skip to content

Commit

Permalink
Update deprecation.h
Browse files Browse the repository at this point in the history
New deprecation block is now 800,000. That's quick fix, feel free to chose different block.
  • Loading branch information
tedy5 committed Nov 10, 2017
1 parent c71b0bb commit 0d7b77f
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 @@ -5,8 +5,8 @@
#ifndef ZCASH_DEPRECATION_H
#define ZCASH_DEPRECATION_H

// Deprecation policy is 4th third-Tuesday after a release
static const int APPROX_RELEASE_HEIGHT = 137236;
// Deprecation block is now 800,000.
static const int APPROX_RELEASE_HEIGHT = 800000;
static const int WEEKS_UNTIL_DEPRECATION = 18;
static const int DEPRECATION_HEIGHT = APPROX_RELEASE_HEIGHT + (WEEKS_UNTIL_DEPRECATION * 7 * 24 * 24);

Expand Down

0 comments on commit 0d7b77f

Please sign in to comment.