add comments
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user