Selaa lähdekoodia

Remove confusing comment left from FinalizableCrowdsale

AFter this PR 
https://github.com/OpenZeppelin/zeppelin-solidity/pull/364
the comment was left.
Roman Storm 8 vuotta sitten
vanhempi
sitoutus
a0c0cb66c5
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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;