Skip to content

Commit

Permalink
docs(market-removal): remove incorrect comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Rubilmax committed Dec 27, 2023
1 parent 03b71d6 commit 7a36d23
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/interfaces/IMetaMorpho.sol
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ interface IMetaMorphoBase {
/// @notice This forced removal is expected to be used as an emergency process in case a market constantly reverts.
/// To softly remove a sane market, the curator role is expected to bundle a reallocation that empties the market
/// first (using `reallocate`), followed by the removal of the market (using `updateWithdrawQueue`).
/// @dev Warning: Submitting a forced removal will overwrite the timestamp at which the market will be removable.
/// @dev Warning: Removing a market with non-zero supply will instantly impact the vault's price per share.
function submitMarketRemoval(Id id) external;

Expand Down

0 comments on commit 7a36d23

Please sign in to comment.