CORIONplatform / solidity

GNU General Public License v3.0
12 stars 9 forks source link

ICO closing - pre-ico premium tokens are ignored when calculating 20% and 49% for Foundation #86

Closed gundas closed 7 years ago

gundas commented 7 years ago

The closeICO() method makes sure that Foundation receives between 20% and 49% of the Premium tokens. However, only the Premium tokens released during ICO are taken into account - the Premium tokens created as a part of genesis block are ignored, thus the calculations of 20% and 49% are not really correct - they are lower than intended (documented).

iFA88 commented 7 years ago

Thank you for your support. Nice catch, fixed!