Skip to content

Commit 80a1371

Browse files
committed
remove unecessary reference
1 parent 243841e commit 80a1371

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/AsyncSwap.sol

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,8 +204,6 @@ contract AsyncSwap is BaseHook, IAsyncSwapAMM {
204204
asyncOrders[poolId].asyncOrderAmount[hookData.user][params.zeroForOne] = currClaimables + finalTaken;
205205

206206
/// @dev Hook event
207-
/// @reference
208-
/// https://github.com/OpenZeppelin/uniswap-hooks/blob/19fa03bdacd780a3e44f7c3707d6881e364d9596/src/base/BaseAsyncSwap.sol#L75
209207
if (specified == key.currency0) {
210208
emit HookSwap(PoolId.unwrap(poolId), sender, amountTaken.toInt128(), 0, feeAmount.toUint128(), 0);
211209
} else {

0 commit comments

Comments
 (0)