mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-19 19:25:51 +00:00
Key derivation: fix base58 import
This commit is contained in:
@@ -30,7 +30,7 @@ from fastecdsa import keys, curve
|
|||||||
|
|
||||||
import ed25519
|
import ed25519
|
||||||
import RFC1751
|
import RFC1751
|
||||||
from base58 import base58
|
import base58
|
||||||
|
|
||||||
XRPL_SEED_PREFIX = b'\x21'
|
XRPL_SEED_PREFIX = b'\x21'
|
||||||
XRPL_ACCT_PUBKEY_PREFIX = b'\x23'
|
XRPL_ACCT_PUBKEY_PREFIX = b'\x23'
|
||||||
|
|||||||
Reference in New Issue
Block a user