Skip to content

Commit

Permalink
fix(interface): removed adjustManagement from IAssetManager
Browse files Browse the repository at this point in the history
  • Loading branch information
xenide committed Sep 10, 2022
1 parent 7c938d7 commit f415538
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/interfaces/IAssetManager.sol
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,5 @@ import { IAssetManagedPair } from "src/interfaces/IAssetManagedPair.sol";
interface IAssetManager
{
function getBalance(IAssetManagedPair owner, address token) external returns (uint112 tokenBalance);
function adjustManagement(IAssetManagedPair pair, int256 amount0Change, int256 amount1Change) external;
function afterLiquidityEvent() external;
}

0 comments on commit f415538

Please sign in to comment.