Skip to content

Commit

Permalink
fix: missing supplyCap call
Browse files Browse the repository at this point in the history
  • Loading branch information
QGarchery committed Jan 10, 2024
1 parent 5d40fb7 commit e07bfad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions certora/specs/Reverts.spec
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,8 @@ rule submitCapInputValidation(env e, MetaMorphoHarness.MarketParams marketParams
uint256 removableAt;
supplyCap, _, removableAt = config(id);

submitCap@withrevert(e, marketParams, newSupplyCap);

assert marketParams.loanToken != asset ||
lastUpdate == 0 ||
pendingCapValidAt != 0 ||
Expand Down

0 comments on commit e07bfad

Please sign in to comment.