Skip to content

Commit

Permalink
Refine again
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkeating committed Mar 19, 2024
1 parent 806e026 commit 91fae77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/V3FactoryOwner.sol
Original file line number Diff line number Diff line change
Expand Up @@ -178,8 +178,8 @@ contract V3FactoryOwner {
/// @return _amount0 The amount0 fees collected, returned by the pool's collectProtocol method.
/// @return _amount1 The amount1 fees collected, returned by the pool's collectProtocol method.
/// @dev The `UniswapV3Pool` contract only allows claiming the total amount minus 1 wei for each
/// token. We highly recommend checking the docs for `IUniswapV3PoolOwnerActions` in order to learn
/// more information about forwarded params.
/// token. We highly recommend checking the documentation on `IUniswapV3PoolOwnerActions` in order
/// to learn more about forwarded params.
function claimFees(
IUniswapV3PoolOwnerActions _pool,
address _recipient,
Expand Down

0 comments on commit 91fae77

Please sign in to comment.