We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 451bc7b commit 1f943d8Copy full SHA for 1f943d8
1 file changed
contracts/contracts/strategies/MorphoV2Strategy.sol
@@ -23,13 +23,14 @@ contract MorphoV2Strategy is Generalized4626Strategy {
23
{}
24
25
/**
26
+ * @notice Remove all the liquidity that is available in the Morpho V2 vault.
27
+ Which might not be all of the liquidity owned by the strategy.
28
* @dev Remove all the liquidity that is available in the Morpho V2 vault
29
* The particular behaviour of the Morpho V2 vault is that it can hold
30
* multiple Morpho V1 vaults as adapters but only one liquidity adapter.
31
* The immediate available funds on the Morpho V2 vault are therfore any
32
* any liquid assets residing on the Vault V2 contract and the maxWithdraw
33
* amount that the Morpho V1 contract can supply.
- *
34
*/
35
function withdrawAll()
36
external
0 commit comments