add comments

This commit is contained in:
owen05
2021-12-20 17:43:23 +08:00
parent 28bae5945c
commit 9b0e61ec8b
4 changed files with 18 additions and 23 deletions

View File

@@ -63,6 +63,7 @@ contract Storage is InitializableOwnable, ReentrancyGuard {
_;
}
// ============ Ownable Control ============
function forceStop() external onlyOwner {
require(block.timestamp < _START_TIME_, "FUNDING_ALREADY_STARTED");
_FORCE_STOP_ = true;