Merge pull request #403 from rstormsf/patch-2

Remove confusing comment left from FinalizableCrowdsale
This commit is contained in:
Francisco Giordano
2017-08-24 11:07:51 -03:00
committed by GitHub

View File

@ -7,7 +7,7 @@ import './Crowdsale.sol';
/**
* @title FinalizableCrowdsale
* @dev Extension of Crowsdale where an owner can do extra work
* after finishing. By default, it will end token minting.
* after finishing.
*/
contract FinalizableCrowdsale is Crowdsale, Ownable {
using SafeMath for uint256;