We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 47aa4bb + a0c0cb6 commit d6f0726Copy full SHA for d6f0726
contracts/crowdsale/FinalizableCrowdsale.sol
@@ -7,7 +7,7 @@ import './Crowdsale.sol';
7
/**
8
* @title FinalizableCrowdsale
9
* @dev Extension of Crowsdale where an owner can do extra work
10
- * after finishing. By default, it will end token minting.
+ * after finishing.
11
*/
12
contract FinalizableCrowdsale is Crowdsale, Ownable {
13
using SafeMath for uint256;
0 commit comments