We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3f38a7 commit 76fb6e7Copy full SHA for 76fb6e7
certora/steward/harness/GhoCcipSteward_Harness.sol
@@ -10,8 +10,4 @@ contract GhoCcipSteward_Harness is GhoCcipSteward {
10
address riskCouncil,
11
bool bridgeLimitEnabled
12
) GhoCcipSteward(ghoToken, ghoTokenPool, riskCouncil, bridgeLimitEnabled) {}
13
-
14
- function getCcipTimelocks() external view returns (CcipDebounce memory) {
15
- return _ccipTimelocks;
16
- }
17
}
0 commit comments