Skip to content

Commit b31caaf

Browse files
committed
Address encoding: fix base58 import
1 parent dc74d0b commit b31caaf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

_code-samples/key-derivation/py/key_derivation.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@
3030

3131
import ed25519
3232
import RFC1751
33-
import base58
33+
34+
from base58 import base58 # Specifically the version in the local dir
3435

3536
XRPL_SEED_PREFIX = b'\x21'
3637
XRPL_ACCT_PUBKEY_PREFIX = b'\x23'

0 commit comments

Comments
 (0)