mirror of
https://github.com/cygnusxi/CurecoinSource.git
synced 2025-07-29 00:24:56 +02:00
this is bugging me :P
This commit is contained in:
parent
46916b33f4
commit
abded19df7
@ -1021,14 +1021,10 @@ int64 GetProofOfWorkReward(int nHeight, int64 nFees, uint256 prevHash)
|
||||
}
|
||||
else if (nHeight < 4835520){
|
||||
nSubsidy = 0.000003 * COIN;
|
||||
}
|
||||
else if (nHeight < 5045760){
|
||||
nSubsidy = 0.000001 * COIN;
|
||||
}
|
||||
else {
|
||||
nSubsidy = 0.000001 * COIN;
|
||||
}
|
||||
|
||||
|
||||
return nSubsidy + nFees;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user