CORIONplatform / solidity

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

It is impossible to extend ICO if the icoDelay will be exceeded #104

Closed Dexaran closed 7 years ago

Dexaran commented 7 years ago

Due to this requirement you will be unable to extend ICO if the current block number is higher than icoDelay. https://github.com/CORIONplatform/solidity/blob/master/ico.sol#L382

iFA88 commented 7 years ago

Thats right, we can extend ICO only during the ICO.