Skip to content

Commit

Permalink
test: readd assumption in smallerPendingTimelock
Browse files Browse the repository at this point in the history
  • Loading branch information
MathisGD committed Aug 12, 2024
1 parent aa338bb commit 508ca77
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions certora/specs/PendingValues.spec
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ invariant smallerPendingTimelock()
{
preserved with (env e) {
requireInvariant pendingTimelockInRange();
requireInvariant timelockInRange();
// Safe require as it corresponds to some time very far into the past.
require e.block.timestamp > 0;
}
Expand Down

0 comments on commit 508ca77

Please sign in to comment.