Skip to content

Commit d93959e

Browse files
invalid _sha256 import bug fixed #88
1 parent 2da3b70 commit d93959e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tronapi/common/validation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# --------------------------------------------------------------------------------------------
66
import itertools
77
import re
8-
from _sha256 import sha256
8+
# from _sha256 import sha256
99
from typing import Any
1010

1111
import base58

0 commit comments

Comments
 (0)