update cpV2

This commit is contained in:
owen05
2021-12-13 10:34:27 +08:00
parent e271a0bdea
commit 2f1d5eae4a
3 changed files with 6 additions and 4 deletions

View File

@@ -85,7 +85,7 @@ contract CPStorage is InitializableOwnable, ReentrancyGuard {
mapping(address => uint256) _CLAIMED_BASE_TOKEN_;
// ============ Modifiers ============
modifier isForceStop() {
modifier isNotForceStop() {
require(!_FORCE_STOP_, "FORCE_STOP");
_;
}