This commit is contained in:
Luke Van Seters 2021-08-03 22:48:32 -04:00
parent eb1881d390
commit 1555c260a3

View File

@ -118,7 +118,7 @@ def _parse_uniswap_v3_swap(
child_transfers, to_address=recipient_address, from_address=pool_address
)
if len(transfers_to_pool) == 1:
if len(transfers_to_pool) == 0:
return None
if len(transfers_from_pool_to_recipient) != 1: