Skip to content

Commit 650d4ae

Browse files
committed
remove todo that will not be done
1 parent 36732d1 commit 650d4ae

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/UniswapHook.sol

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ contract UniswapHook is BaseHook {
9090

9191
// take the input token, from the PoolManager to the Euler vault
9292
// the debt will be paid by the swapper via the swap router
93-
// TODO: can we optimize the transfer by pulling from PoolManager directly to Euler?
9493
poolManager.take(params.zeroForOne ? key.currency0 : key.currency1, address(this), amountIn);
9594
amountInWithoutFee = FundsLib.depositAssets(evc, p, params.zeroForOne ? p.vault0 : p.vault1);
9695

0 commit comments

Comments
 (0)