mirror of
https://github.com/AskDavis/Casinotest.git
synced 2026-01-01 05:05:57 -08:00
block height for subsidy reduction changed from 620000 to 577000 to allow for cut in 10 days
This commit is contained in:
@@ -1108,8 +1108,8 @@ int64 static GetBlockValue(int nHeight, int64 nFees)
|
|||||||
nSubsidy = 45 * COIN;
|
nSubsidy = 45 * COIN;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Permantently reduce the number of mined coins to 10 after block 620000
|
// Permantently reduce the number of mined coins to 10 after block 575000
|
||||||
if(nHeight > 620000){
|
if(nHeight > 575000){
|
||||||
if(nHeight < 3756000){
|
if(nHeight < 3756000){
|
||||||
nSubsidy = 10 * COIN;
|
nSubsidy = 10 * COIN;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user