Skip to content

Commit

Permalink
docs: document checkSummaries
Browse files Browse the repository at this point in the history
  • Loading branch information
QGarchery committed Mar 22, 2024
1 parent deda832 commit 4f186ca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions certora/specs/MarketInteractions.spec
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,7 @@ function summaryWithdraw(MetaMorphoHarness.MarketParams marketParams, uint256 as
return (_, _);
}

// Check assertions in the summaries.
// This requires to turn off sanity checks for this invariant that appears vacuous.
invariant checkSummaries()
true;

0 comments on commit 4f186ca

Please sign in to comment.