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 2ab3a35 commit bf8f115Copy full SHA for bf8f115
src/aleph/sdk/chains/substrate.py
@@ -9,7 +9,8 @@
9
10
from ..conf import settings
11
from ..exceptions import BadSignatureError
12
-from .common import BaseAccount, bytes_from_hex, get_verification_buffer
+from .common import BaseAccount, get_verification_buffer
13
+from ..utils import bytes_from_hex
14
15
logger = logging.getLogger(__name__)
16
0 commit comments