Post
Topic
Board Archival
Re: [ANN] [ILT] Intellect | X11 | 3650% Annually
by
tryphe
on 06/03/2015, 20:37:19 UTC
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.