Skip to content

Commit

Permalink
docs: minor improvement
Browse files Browse the repository at this point in the history
Signed-off-by: MathisGD <74971347+MathisGD@users.noreply.github.com>
  • Loading branch information
MathisGD authored Dec 27, 2023
1 parent 584365b commit 97dfdd2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/interfaces/IMetaMorpho.sol
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,7 @@ interface IMetaMorphoBase {
/// increase the cost of depositing to the vault.
function setSupplyQueue(Id[] calldata newSupplyQueue) external;

/// @notice Sets the withdraw queue as a permutation of the previous one, although some markets can be removed.
/// @notice This is the only entry point to remove a market.
/// @notice Updates the withdraw queue. Some markets can be removed, but no market can be added.
/// @notice Removing a market requires the vault to have 0 supply on it, or to have previously submitted a removal
/// for this market (with the function `submitMarketRemoval`).
/// @notice Warning: Anyone can supply on behalf of the vault so the call to `updateWithdrawQueue` that expects a
Expand Down

0 comments on commit 97dfdd2

Please sign in to comment.