From ae116b8ed19fb1a512d329efb733d43421c6f44a Mon Sep 17 00:00:00 2001 From: BobTheBuidler <70677534+BobTheBuidler@users.noreply.github.com> Date: Thu, 19 Dec 2024 21:17:43 -0400 Subject: [PATCH] fix: name error --- eth_portfolio/_loaders/token_transfer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eth_portfolio/_loaders/token_transfer.py b/eth_portfolio/_loaders/token_transfer.py index a1b88e60..ebdfbffb 100644 --- a/eth_portfolio/_loaders/token_transfer.py +++ b/eth_portfolio/_loaders/token_transfer.py @@ -204,5 +204,5 @@ async def get_transaction_index(hash: str) -> int: ).transactionIndex -class HasTxIndex(msgspec.Struct): +class HasTxIndex(Struct): transactionIndex: TransactionIndex