Skip to content

Commit

Permalink
Update structs.py
Browse files Browse the repository at this point in the history
  • Loading branch information
BobTheBuidler authored Dec 4, 2024
1 parent 9ff2743 commit 0e0b2cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eth_portfolio/structs.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
from dictstruct import DictStruct
from evmspec import FilterTrace, Transaction1559, Transaction2930, TransactionLegacy
from evmspec.data import Address
from evmspec.transaction import AccessListEntry
from evmspec.structs.transaction import AccessListEntry
from hexbytes import HexBytes
from msgspec import Struct
from y import Network
Expand Down

0 comments on commit 0e0b2cd

Please sign in to comment.