Open gabriel-canaan opened 6 years ago
rootcore/blob/master/contracts/CrowdsaleController.sol Line 76,82,89
assert(now < _time); assert(now >= _startTime && now < _endTime); endTime = now + SOFTCAP_GRACE_DURATION;
Be aware that the timestamp of the block can be manipulated by a miner
So it should switch to block number based decision?
rootcore/blob/master/contracts/CrowdsaleController.sol Line 76,82,89