mirror of
https://github.com/AskDavis/Casinotest.git
synced 2026-01-01 05:05:57 -08:00
Updated GetTotalCoinSupply values
This commit is contained in:
@@ -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]));
|
||||||
|
|||||||
Reference in New Issue
Block a user