Skip to content

Commit

Permalink
Remove unnecessary solium disable
Browse files Browse the repository at this point in the history
  • Loading branch information
come-maiz authored and frangio committed Sep 6, 2018
1 parent e99155e commit 50627db
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion contracts/crowdsale/validation/TimedCrowdsale.sol
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ contract TimedCrowdsale is Crowdsale {
* @dev Reverts if not in crowdsale time range.
*/
modifier onlyWhileOpen {
// solium-disable-next-line security/no-block-members
require(isOpen());
_;
}
Expand Down

0 comments on commit 50627db

Please sign in to comment.