Skip to content

Commit

Permalink
docs: improvements after review
Browse files Browse the repository at this point in the history
  • Loading branch information
MathisGD committed Nov 12, 2023
1 parent 69af705 commit e5f3455
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/interfaces/IMorpho.sol
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,8 @@ interface IMorphoBase {
/// `liquidate` from being used under certain market conditions.
/// - A very high price returned by the oracle can make the computation of `maxBorrow` in `_isHealthy` overflow, or
/// the computation of `assetsRepaid` in `liquidate` overflow.
/// @dev For a market with less than 1e4 assets borrowed in total, a manipulation is possible to inflate the borrow
/// shares' price to the point where borrower can no longer interact with the market.
/// @dev The share price of a market with less than 1e4 assets borrowed can be increased by manipulations, to the
/// point where borrowing and repaying overflows.
function createMarket(MarketParams memory marketParams) external;

/// @notice Supplies `assets` or `shares` on behalf of `onBehalf`, optionally calling back the caller's
Expand Down

0 comments on commit e5f3455

Please sign in to comment.