Updated GetTotalCoinSupply values

This commit is contained in:
Andre Jochems
2016-06-09 13:56:39 +02:00
parent 00f5ffa06c
commit f4b40bed09

View File

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