Skip to content

Commit

Permalink
Update token_transfer.py
Browse files Browse the repository at this point in the history
  • Loading branch information
BobTheBuidler authored Dec 19, 2024
1 parent 00d659d commit 23c8028
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions eth_portfolio/_loaders/token_transfer.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,9 @@ async def load_token_transfer(
else:
coro_results["transaction_index"] = await tx_index_coro

if coro_results["transaction_index"] is None:
raise TypeError(None, coro_results, transfer_log)

except Exception as e:
logger.error(
f"%s %s for %s %s at block %s:",
Expand Down

0 comments on commit 23c8028

Please sign in to comment.