Skip to content

Commit

Permalink
docs: minor improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
MathisGD committed Dec 26, 2023
1 parent 950d9f0 commit 0878090
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/interfaces/IMetaMorpho.sol
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ interface IMetaMorphoBase {
function revokePendingCap(Id id) external;

/// @notice Submits a forced market removal from the vault, potentially losing all funds supplied to the market.
/// @dev Warning: Reverts notably if there is a pending cap.
function submitMarketRemoval(Id id) external;

/// @notice Revokes the pending removal of the market defined by `id`.
Expand Down

0 comments on commit 0878090

Please sign in to comment.