diff --git a/src/MetaMorpho.sol b/src/MetaMorpho.sol index fdd91459..b44b2b09 100644 --- a/src/MetaMorpho.sol +++ b/src/MetaMorpho.sol @@ -339,7 +339,7 @@ contract MetaMorpho is ERC4626, ERC20Permit, Ownable2Step, Multicall, IMetaMorph /// @notice Sets the withdraw queue as a permutation of the previous one, although markets with both zero cap and /// zero vault's supply can be removed from the permutation. /// @notice This is the only entry point to disable a market. - /// @notice Removing a market requires the vault to have 0 supply on it; but anyone can supply on behalf of the + /// @notice Removing a market prior to its removal timestamp requires the vault to have 0 supply on it; but anyone can supply on behalf of the /// vault so the call to `updateWithdrawQueue` can be griefed by a frontrun. To circumvent this, the allocator can /// simply bundle a reallocation that withdraws max from this market with a call to `updateWithdrawQueue`. /// @param indexes The indexes of each market in the previous withdraw queue, in the new withdraw queue's order.