Skip to content

Commit

Permalink
Adjusted fork height for 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
onsightit committed Apr 30, 2016
1 parent cbf3610 commit 8521d45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class CNode;
static const int LAST_POW_BLOCK = 835213;
static const int64_t INITIAL_COIN_SUPPLY = 34145512; // Used in calculating interest rate (97.990085882B are out of circulation)
static const int TWO_PERCENT_INT_HEIGHT = LAST_POW_BLOCK + 1000;
static const int FORK_HEIGHT_1 = 1167000;
static const int FORK_HEIGHT_1 = 1177000;

static const double COIN_SUPPLY_GROWTH_RATE = 1.35; // Circulation growth rate per block based on SLR grants of 710,000 / year
static const double TWO_PERCENT_INT = 2.0;
Expand Down

0 comments on commit 8521d45

Please sign in to comment.