Skip to content

Commit

Permalink
update comment + delete unused file
Browse files Browse the repository at this point in the history
  • Loading branch information
tinaszheng committed Nov 29, 2023
1 parent c64e82e commit b72452b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
2 changes: 1 addition & 1 deletion contracts/base/LiquidityManagement.sol
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ abstract contract LiquidityManagement is ILockCallback, PeripheryImmutableState,
return abi.encode(liquidity, delta.amount0(), delta.amount1());
}

// TODO: handle add/decrease liquidity here
// TODO: handle decrease liquidity here
return abi.encode(0);
}
}
9 changes: 0 additions & 9 deletions contracts/interfaces/ILiquidityManagement.sol

This file was deleted.

0 comments on commit b72452b

Please sign in to comment.