Skip to content

Commit 8521d45

Browse files
committed
Adjusted fork height for 2.1.1
1 parent cbf3610 commit 8521d45

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class CNode;
3636
static const int LAST_POW_BLOCK = 835213;
3737
static const int64_t INITIAL_COIN_SUPPLY = 34145512; // Used in calculating interest rate (97.990085882B are out of circulation)
3838
static const int TWO_PERCENT_INT_HEIGHT = LAST_POW_BLOCK + 1000;
39-
static const int FORK_HEIGHT_1 = 1167000;
39+
static const int FORK_HEIGHT_1 = 1177000;
4040

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

0 commit comments

Comments
 (0)