You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: certora/README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -72,7 +72,7 @@ Shares increase in value as interest is accrued.
72
72
The share mechanism is implemented symmetrically for the borrow side: a share of borrow increasing in value over time represents additional owed interest.
73
73
The rule `accrueInterestIncreasesSupplyExchangeRate` checks this property for the supply side with the following statement.
74
74
75
-
```soldidity
75
+
```solidity
76
76
// Check that the exchange rate increases: assetsBefore/sharesBefore <= assetsAfter/sharesAfter
0 commit comments