diff --git a/foundry/src/executors/UniswapV4Executor.sol b/foundry/src/executors/UniswapV4Executor.sol index a09225f..f594adc 100644 --- a/foundry/src/executors/UniswapV4Executor.sol +++ b/foundry/src/executors/UniswapV4Executor.sol @@ -203,8 +203,6 @@ contract UniswapV4Executor is /** * @dev Internal function to handle the unlock callback. - * The executor address is needed to perform the call. If the router is being used, the executor address is in - * transient storage. If it is not, then address(this) should be used. */ function _unlockCallback(bytes calldata data) internal