update nip06 to @kukks's suggestion.
This commit is contained in:
parent
dd41ab8393
commit
342a81fde4
|
@ -8,7 +8,7 @@ Basic key derivation from mnemonic seed phrase
|
||||||
|
|
||||||
[BIP39](https://bips.xyz/39) is used to generate mnemonic seed words and derive a binary seed from them.
|
[BIP39](https://bips.xyz/39) is used to generate mnemonic seed words and derive a binary seed from them.
|
||||||
|
|
||||||
[BIP32](https://bips.xyz/32) is used to derive the path `m/44'/1237'/0'/0'` (according to the Nostr entry on [SLIP44](https://github.com/satoshilabs/slips/blob/master/slip-0044.md)).
|
[BIP32](https://bips.xyz/32) is used to derive the path `m/44'/1237'/0'/0/0` (according to the Nostr entry on [SLIP44](https://github.com/satoshilabs/slips/blob/master/slip-0044.md)).
|
||||||
|
|
||||||
This is the default for a basic, normal, single-key client.
|
This is the default for a basic, normal, single-key client.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue