Skip to content

Commit f9113b4

Browse files
committed
Remove the unpause from finalize function in crowdsale
1 parent d3ca5da commit f9113b4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

contracts/LifCrowdsale.sol

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -417,9 +417,8 @@ contract LifCrowdsale is Ownable, Pausable {
417417

418418
forwardFunds();
419419

420-
// finish the minting of the token and unpause it
420+
// finish the minting of the token
421421
token.finishMinting();
422-
token.unpause();
423422

424423
// transfer the ownership of the token to the foundation
425424
token.transferOwnership(owner);

0 commit comments

Comments
 (0)