TC cleaning
This commit is contained in:
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user