Skip to content

Commit bec00ec

Browse files
authored
Merge pull request #2998 from XRPLF/dependabot/pip/_code-samples/key-derivation/py/fastecdsa-2.3.2
Bump fastecdsa from 2.1.2 to 2.3.2 in /_code-samples/key-derivation/py
2 parents 095fb7a + b31caaf commit bec00ec

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
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'
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
fastecdsa==2.1.2
1+
fastecdsa==2.3.2

0 commit comments

Comments
 (0)