From 732450670f91fe7f854e5aa5cb9b36f1cbb2a204 Mon Sep 17 00:00:00 2001 From: TAMARA LIPOWSKI Date: Fri, 25 Apr 2025 18:33:14 -0400 Subject: [PATCH] chore: remove outdated docstring --- foundry/src/executors/UniswapV4Executor.sol | 2 -- 1 file changed, 2 deletions(-) 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