Skip to content

Commit b11860b

Browse files
committed
Fix crypto_hash import
1 parent d1afb9b commit b11860b

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

backend/blockchain/block.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
from backend.util.crypto_hash import crypto_hash
21
import time
32

4-
from crypto_hash import crypto_hash
3+
from backend.util.crypto_hash import crypto_hash
54

65
class Block:
76
"""

0 commit comments

Comments
 (0)