Skip to content

Commit

Permalink
Minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
ebellocchia committed May 4, 2024
1 parent 6300966 commit e409866
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/exodus.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
Example of keys derivation for ed25519 or nist256p1 based coins in the same way of Exodus wallet.
Example of keys derivation for ed25519 or nist256p1 based coins like Exodus wallet.
Basically, Exodus always uses the secp256k1 curve to derive the BIP44 path, even even for coins that are not based on secp256k1.
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.
Expand Down

0 comments on commit e409866

Please sign in to comment.