File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,16 +27,16 @@ class CRequestTracker;
2727class CNode ;
2828
2929// Testnet
30- static const int LAST_POW_BLOCK = 8000 ; // testnet
31- static const int64_t INITIAL_COIN_SUPPLY = 34145512 ; // testnet
32- static const int TWO_PERCENT_INT_HEIGHT = LAST_POW_BLOCK + 10 ; // testnet
33- static const int FORK_HEIGHT_1 = 8020 ;
30+ // static const int LAST_POW_BLOCK = 8000; // testnet
31+ // static const int64_t INITIAL_COIN_SUPPLY = 34145512; // testnet
32+ // static const int TWO_PERCENT_INT_HEIGHT = LAST_POW_BLOCK + 10; // testnet
33+ // static const int FORK_HEIGHT_1 = 8020;
3434
3535// Mainnet
36- // static const int LAST_POW_BLOCK = 835213;
37- // static const int64_t INITIAL_COIN_SUPPLY = 34145512; // Used in calculating interest rate (97.990085882B are out of circulation)
38- // static const int TWO_PERCENT_INT_HEIGHT = LAST_POW_BLOCK + 1000;
39- // static const int FORK_HEIGHT_1 = 1167000;
36+ static const int LAST_POW_BLOCK = 835213 ;
37+ static const int64_t INITIAL_COIN_SUPPLY = 34145512 ; // Used in calculating interest rate (97.990085882B are out of circulation)
38+ static const int TWO_PERCENT_INT_HEIGHT = LAST_POW_BLOCK + 1000 ;
39+ static const int FORK_HEIGHT_1 = 1167000 ;
4040
4141static const double COIN_SUPPLY_GROWTH_RATE = 1.35 ; // Circulation growth rate per block based on SLR grants of 710,000 / year
4242static const double TWO_PERCENT_INT = 2.0 ;
You can’t perform that action at this time.
0 commit comments