mirror of
https://github.com/nostr-protocol/nips.git
synced 2024-12-23 08:55:52 -05:00
doc: fix typo
This commit is contained in:
parent
206d25c8a5
commit
65a28e7b56
2
704.md
2
704.md
|
@ -24,7 +24,7 @@ Each client has a `master` key (denoted with `m`). This key can be the profile `
|
||||||
## Derive the direct message parent key
|
## Derive the direct message parent key
|
||||||
A client must generate multiple `direct message parent keys`, one for each peer that it is communicating with. The [BIP32](https://github.com/bitcoin/bips/blob/master/bip-0032.mediawiki) structure to be used is:
|
A client must generate multiple `direct message parent keys`, one for each peer that it is communicating with. The [BIP32](https://github.com/bitcoin/bips/blob/master/bip-0032.mediawiki) structure to be used is:
|
||||||
```
|
```
|
||||||
m / purpose' / conin_type'`/ part1' / part2' / ... / part8'
|
m / purpose' / conin_type' / part1' / part2' / ... / part8'
|
||||||
```
|
```
|
||||||
|
|
||||||
- this NIP defines the `purpose` `25709'` (`dm` -> `0x646d` -> `25709`) for deriving `Direct Messages` related keys
|
- this NIP defines the `purpose` `25709'` (`dm` -> `0x646d` -> `25709`) for deriving `Direct Messages` related keys
|
||||||
|
|
Loading…
Reference in New Issue
Block a user