Skip to content

Commit

Permalink
🗑️ Remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
JaredBorders committed Jul 21, 2023
1 parent 01aa8ba commit da5071f
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/Account.sol
Original file line number Diff line number Diff line change
Expand Up @@ -995,13 +995,6 @@ contract Account is IAccount, Auth, OpsReady {
UNISWAP
//////////////////////////////////////////////////////////////*/

/// @notice swap tokens via Uniswap V3 (sUSD <-> whitelisted token)
/// @dev assumes sufficient token allowances (i.e. Permit2 and this contract)
/// @dev non-whitelisted connector tokens will NOT cause a revert
/// (i.e. sUSD -> non-whitelisted token -> whitelisted token)
/// @param _amountIn: amount of token to swap
/// @param _amountOutMin: minimum amount of token to receive
/// @param _path: path of tokens to swap (token0 - fee - token1)
/// @notice swap tokens via Uniswap V3 (sUSD <-> whitelisted token)
/// @dev assumes sufficient token allowances (i.e. Permit2 and this contract)
/// @dev non-whitelisted connector tokens will NOT cause a revert
Expand Down

0 comments on commit da5071f

Please sign in to comment.