Skip to content

Commit

Permalink
Reverify Cache.spec with LEQ
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-certora committed Aug 8, 2024
1 parent 1eb8324 commit 738743e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion certora/specs/Cache.spec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ rule updateVault_no_unexpected_reverts {
uint256 lastInterestAccUpd = getlastInterestAccumulatorUpdate(e);

// assignment to deltaT
require lastInterestAccUpd < e.block.timestamp;
require lastInterestAccUpd <= e.block.timestamp;

// newTotalBorrows assigment, prevent divide by zero
require getInterestAcc(e) > 0;
Expand Down

0 comments on commit 738743e

Please sign in to comment.