Skip to content

Commit

Permalink
Merge pull request #434 from loselarry/main
Browse files Browse the repository at this point in the history
  • Loading branch information
MathisGD authored Dec 26, 2024
2 parents b884375 + 50474d2 commit e46f6bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion certora/specs/Tokens.spec
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ function summaryWithdraw(MetaMorphoHarness.MarketParams marketParams, uint256 as

MetaMorphoHarness.Id id = Util.libId(marketParams);

// Safe require because it is verifed in MarketInteractions.
// Safe require because it is verified in MarketInteractions.
require config_(id).enabled;
requireInvariant enabledHasConsistentAsset(marketParams);

Expand Down

0 comments on commit e46f6bd

Please sign in to comment.