-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
trx-utils/trx_utils/address.py
Line 4 in 0fa1792
| from _sha256 import sha256 |
ModuleNotFoundError: No module named '_sha256'
There is no library with the name _sha256
does it need to be from sha256 import sha256 ??
changing _sha256 to sha256 worked for me.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels