Skip to content
This repository was archived by the owner on May 23, 2023. It is now read-only.

Commit b296955

Browse files
committed
Fix import
1 parent 1b8c349 commit b296955

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ethereum/blocks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
from ethereum.pruning_trie import Trie
1515
from ethereum.securetrie import SecureTrie
1616
from ethereum import utils
17-
from ethereum.utils import address, int256, trie_root, hash32, to_string
17+
from ethereum.utils import address, int256, trie_root, hash32, to_string, big_endian_to_int
1818
from ethereum import processblock
1919
from ethereum.transactions import Transaction
2020
from ethereum import bloom

0 commit comments

Comments
 (0)