Hello Intellect community
I found a bug in the code. Hardfork on Sunday. (Most likely) Testing in testnet
Do you like to tell us what the bug is?
overflow in calculation:
nSubsidy = nCoinAge * nRewardCoinYear / 365 / COIN;
There is absolutely no way that value, would
ever overflow in this usage.
The arithmetic is wrong.