diff --git a/src/main.cpp b/src/main.cpp index ae1a002..ee8c22a 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1139,12 +1139,12 @@ int64 GetTotalCoinSupply(int nHeight, bool noCheckpoints) int heights[] = { 100000, 200000, 300000, 400000, 500000, 600000, 700000, 800000, 900000, 1000000, - 1100000 + 1100000, 1200000, 1300000, 1400000, 1500000 }; int64 supplies[] = { 482721500000000, 982721500000000, 1482721500000000, 1982721500000000, 2482721500000000, 2882721500000000, 2982721500000000, 3082721500000000, 3182721500000000, 3282721500000000, - 3382721500000000 + 3382721500000000, 3482721500000000, 3582721500000000, 3682721500000000, 3782721500000000 }; if (nHeight>=1 ) { int numHeights = (int)(sizeof(heights)/sizeof(heights[0]));