yentencoin / yenten

Yenten; cryptocurrency of the cpu, by the cpu, for the cpu
http://yentencoin.info/
MIT License
28 stars 19 forks source link

Revised amount.h and locale files #23

Closed ohashi3d closed 3 years ago

ohashi3d commented 3 years ago

From Yenten 4.0.0 to 4.0.2, src/amount.h holds the description, static const CAmount MAX_MONEY = 100000000 * COIN;. This constant is just for sanity check and doesn't define the Max Supply of coins though, we changed it to 80000000 which matches the calculated Max Supply from the subsidy halving interval (800,000 blocks) and the initial mining reward (50 YTN) of Yenten. We also revised the translation in locale files partially (replaced the word "bitcoin" with "yenten" , etc.).