From 208648489844b785476bf7f9ec4873590f405102 Mon Sep 17 00:00:00 2001 From: Harsh Vardhan Roy <42067944+royvardhan@users.noreply.github.com> Date: Wed, 5 Mar 2025 21:40:26 +0530 Subject: [PATCH] docs: remove unnecessary comment from swap Co-authored-by: Tamara --- foundry/src/TychoRouter.sol | 1 - 1 file changed, 1 deletion(-) diff --git a/foundry/src/TychoRouter.sol b/foundry/src/TychoRouter.sol index b742c0b..1c7bd0a 100644 --- a/foundry/src/TychoRouter.sol +++ b/foundry/src/TychoRouter.sol @@ -143,7 +143,6 @@ contract TychoRouter is AccessControl, Dispatcher, Pausable, ReentrancyGuard { address receiver, bytes calldata swaps ) public payable whenNotPaused nonReentrant returns (uint256 amountOut) { - // Transfer the tokenIn token to the router IERC20(tokenIn).safeTransferFrom(msg.sender, address(this), amountIn); return _swapChecked( amountIn,