We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c71e4b9 commit 141ed91Copy full SHA for 141ed91
src/PositionManager.sol
@@ -420,8 +420,8 @@ contract PositionManager is
420
421
// Can only call modify if there is non zero liquidity.
422
BalanceDelta feesAccrued;
423
- BalanceDelta liquidityDelta;
424
if (liquidity > 0) {
+ BalanceDelta liquidityDelta;
425
// do not use _modifyLiquidity as we do not need to notify on modification for burns.
426
(liquidityDelta, feesAccrued) = poolManager.modifyLiquidity(
427
poolKey,
0 commit comments