Browse Source

Merge pull request #403 from rstormsf/patch-2

Remove confusing comment left from FinalizableCrowdsale
Francisco Giordano 8 years ago
parent
commit
d6f07267ee
1 changed files with 1 additions and 1 deletions
  1. 1 1
      contracts/crowdsale/FinalizableCrowdsale.sol

+ 1 - 1
contracts/crowdsale/FinalizableCrowdsale.sol

@@ -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;