Skip to content

Commit 1f943d8

Browse files
committed
add comment
1 parent 451bc7b commit 1f943d8

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

contracts/contracts/strategies/MorphoV2Strategy.sol

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,14 @@ contract MorphoV2Strategy is Generalized4626Strategy {
2323
{}
2424

2525
/**
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.
2628
* @dev Remove all the liquidity that is available in the Morpho V2 vault
2729
* The particular behaviour of the Morpho V2 vault is that it can hold
2830
* multiple Morpho V1 vaults as adapters but only one liquidity adapter.
2931
* The immediate available funds on the Morpho V2 vault are therfore any
3032
* any liquid assets residing on the Vault V2 contract and the maxWithdraw
3133
* amount that the Morpho V1 contract can supply.
32-
*
3334
*/
3435
function withdrawAll()
3536
external

0 commit comments

Comments
 (0)