Strawberry-Pizza / ICO2.0

This repository has moved to https://github.com/decipherhub/ICO2.0
GNU General Public License v3.0
3 stars 3 forks source link

ether => token at incentivPool and reservePool #2

Closed JhChoy closed 6 years ago

JhChoy commented 6 years ago

@jw-pyo At function dividePoolAfterSale of Fund.sol address(inc_pool).transfer(this.balance.mul(asset_percent[1]).div(100)); address(res_pool).transfer(this.balance.mul(asset_percent[2]).div(100)); this should be changed with transfer of ether => token.

jw-pyo commented 6 years ago

It would be fixed in next commit