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 cafa013 commit 7838e76Copy full SHA for 7838e76
src/ethereum/prague/requests.py
@@ -18,7 +18,7 @@
18
from ethereum.utils.hexadecimal import hex_to_bytes32
19
20
from .blocks import decode_receipt
21
-from .state import trie_get
+from .trie import trie_get
22
from .utils.hexadecimal import hex_to_address
23
from .vm import BlockOutput
24
0 commit comments