Post
Topic
Board Announcements (Altcoins)
Re: [ANN][SWEET] SweetStake | 100% PoS interest | Sweet staking | ICO start
by
raetsch
on 24/09/2015, 19:14:35 UTC
interest and max money

Nothing wrong there:

1 billion coins
Code:
static const int64_t MAX_MONEY = 1000000000 * COIN;

100% interest
Code:
static const int64_t COIN_YEAR_REWARD = 1000 * CENT;
static const int64_t MAX_MINT_PROOF_OF_STAKE = 100 * COIN;

there is nothing more to say, besides that i hope to never have to use something you coded.

I see no error in the code.It is correct.

the code on max money is correct, yes.
but you both do not know what max_money does.

and your annual interest is about 3% per day.