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 Feb 17, 2024
1 parent 30ee257 commit 8d8b1c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/interfaces/IPublicAllocator.sol
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ interface IPublicAllocatorBase {
/// @dev Will call MetaMorpho's `reallocate`.
/// @dev Checks that the public allocator constraints (flows, caps) are respected.
/// @dev Will revert when `withdrawals` contains a duplicate or is not sorted.
/// @dev Will revert if `withdrawals` contains the supply market.
/// @dev Will revert if a withdrawal amount is larger than available liquidity.
function reallocateTo(Withdrawal[] calldata withdrawals, MarketParams calldata supplyMarketParams)
external
Expand Down

0 comments on commit 8d8b1c2

Please sign in to comment.