Browse Source

TC cleaning

Aleksander Kryukov 3 years ago
parent
commit
a982bee235
1 changed files with 0 additions and 7 deletions
  1. 0 7
      certora/munged/governance/TimelockController.sol

+ 0 - 7
certora/munged/governance/TimelockController.sol

@@ -353,11 +353,4 @@ contract TimelockController is AccessControl {
         emit MinDelayChange(_minDelay, newDelay);
         _minDelay = newDelay;
     }
-
-
-
-    function scheduleCheck1(bytes32 id) public virtual onlyRole(PROPOSER_ROLE) {
-        bool tmp = false;
-        require(tmp);
-    }
 }