TC cleaning

This commit is contained in:
Aleksander Kryukov
2022-03-31 21:07:01 +01:00
parent 4b9500cf25
commit a982bee235

View File

@ -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);
}
}