Skip to content

Commit

Permalink
docs: remove useless comment
Browse files Browse the repository at this point in the history
  • Loading branch information
MerlinEgalite committed Oct 31, 2023
1 parent 826d605 commit 24af0c7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/interfaces/IIrm.sol
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import {MarketParams, Market} from "./IMorpho.sol";
/// @author Morpho Labs
/// @custom:contact security@morpho.org
/// @notice Interface that Interest Rate Models (IRMs) used by Morpho must implement.
/// @dev It is the responsibility of the IRM to handle the compounding of interest if desired.
interface IIrm {
/// @notice Returns the borrow rate of the market `marketParams`.
/// @param marketParams The MarketParams struct of the market.
Expand Down

0 comments on commit 24af0c7

Please sign in to comment.