From e4098660dfb1d554f6b262ea80ff3bbca4eae866 Mon Sep 17 00:00:00 2001 From: Emanuele Bellocchia <54482000+ebellocchia@users.noreply.github.com> Date: Sat, 4 May 2024 21:27:27 +0200 Subject: [PATCH] Minor change --- examples/exodus.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/exodus.py b/examples/exodus.py index 992a5e02..ce9a9feb 100644 --- a/examples/exodus.py +++ b/examples/exodus.py @@ -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.