Skip to content

Commit 05ebc89

Browse files
committed
2 parents 7561ffc + b880db2 commit 05ebc89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/exodus.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""
22
Example of keys derivation for ed25519 or nist256p1 based coins like Exodus wallet.
33
4-
Basically, Exodus always uses the secp256k1 curve to derive the BIP44 path, even even for coins that are not based on secp256k1.
4+
Basically, Exodus always uses the secp256k1 curve to derive the BIP44 path, even for coins that are not based on secp256k1.
55
Then, for coins based on other curves (e.g. Algorand, Solana, Stellar, Neo ...), it uses the last derived private key as a master key to compute the public key and address.
66
It's not the only wallet doing this (Atomic Wallet does the same), because in this way the developers don't have to implement other derivation schemes beside secp256k1.
77
"""

0 commit comments

Comments
 (0)