this is bugging me :P

This commit is contained in:
EverGreenCoin 2017-10-26 23:15:18 -04:00
parent 46916b33f4
commit abded19df7

View File

@ -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;
}