File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ interface IMorphoBase {
115
115
/// @dev Here is a list of assumptions on the market's dependencies which, if broken, could break Morpho's liveness
116
116
/// properties (funds could get stuck):
117
117
/// - The token should not revert on `transfer` and `transferFrom` if balances and approvals are right.
118
- /// - The amount of assets supplied and borrowed should be too high (max ~1e32), otherwise the number of shares
118
+ /// - The amount of assets supplied and borrowed should not be too high (max ~1e32), otherwise the number of shares
119
119
/// might not fit in 128 bits.
120
120
/// - The IRM should not revert on `borrowRate`.
121
121
/// - The IRM should not return a very high borrow rate (otherwise the computation of `interest` in
You can’t perform that action at this time.
0 commit comments