mirror of
https://github.com/cygnusxi/CurecoinSource.git
synced 2025-07-27 15:44:25 +02:00
Commit for demonstrational purposes
This commit is contained in:
parent
53614b67c6
commit
ecabec1e6a
@ -1025,10 +1025,7 @@ int64 GetProofOfWorkReward(int nHeight, int64 nFees, uint256 prevHash)
|
||||
else if (nHeight < 5045760){
|
||||
nSubsidy = 0.000001 * COIN;
|
||||
}
|
||||
else if (nHeight == 5045760){
|
||||
nSubsidy = 0.000001 * COIN;
|
||||
}
|
||||
else if (nHeight > 5045760){
|
||||
else {
|
||||
nSubsidy = 0.000001 * COIN;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user