Skip to content

Commit

Permalink
Update transaction.py
Browse files Browse the repository at this point in the history
  • Loading branch information
BobTheBuidler authored Dec 4, 2024
1 parent 0e0b2cd commit a85c288
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eth_portfolio/_loaders/transaction.py
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ class ReceiptContractAddress(msgspec.Struct):


class ReceiptLogs(msgspec.Struct):
logs: List[evmspec.log.Log]
logs: List[evmspec.Log]


@alru_cache(maxsize=None)
Expand Down

0 comments on commit a85c288

Please sign in to comment.