Skip to content

Commit 76fb6e7

Browse files
committed
chore: update harness with new getter
1 parent d3f38a7 commit 76fb6e7

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

certora/steward/harness/GhoCcipSteward_Harness.sol

-4
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,4 @@ contract GhoCcipSteward_Harness is GhoCcipSteward {
1010
address riskCouncil,
1111
bool bridgeLimitEnabled
1212
) GhoCcipSteward(ghoToken, ghoTokenPool, riskCouncil, bridgeLimitEnabled) {}
13-
14-
function getCcipTimelocks() external view returns (CcipDebounce memory) {
15-
return _ccipTimelocks;
16-
}
1713
}

0 commit comments

Comments
 (0)