CORIONplatform / solidity

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

Token constructor might result in some "lost/locked" ether #116

Closed gundas closed 7 years ago

gundas commented 7 years ago

The Token constructor sends 0.2 ether to each genesis address. In case any of these sends fail, the money will be locked forever in the contract's balance. Maybe it would be a good idea to transfer all the remaining balance (if any) back to the caller?

iFA88 commented 7 years ago

That's not a bad. I think will code that. Thanks!