We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39e0b59 commit c250ee2Copy full SHA for c250ee2
src/ethereum/amsterdam/vm/__init__.py
@@ -22,9 +22,9 @@
22
from ethereum.crypto.hash import Hash32
23
from ethereum.exceptions import EthereumException
24
25
-from ..block_access_lists.builder import BlockAccessList
26
from ..blocks import Log, Receipt, Withdrawal
27
from ..fork_types import Address, Authorization, VersionedHash
+from ..rlp_types import BlockAccessList
28
from ..state import State, TransientStorage
29
from ..transactions import LegacyTransaction
30
from ..trie import Trie
0 commit comments