mirror of
https://github.com/nostr-protocol/nips.git
synced 2024-12-23 08:55:52 -05:00
doc: fix
This commit is contained in:
parent
65a28e7b56
commit
7f7b8b3b7a
2
704.md
2
704.md
|
@ -21,7 +21,7 @@ This means that each participant has to:
|
||||||
|
|
||||||
Each client has a `master` key (denoted with `m`). This key can be the profile `nsec...`, but it is not mandatory.
|
Each client has a `master` key (denoted with `m`). This key can be the profile `nsec...`, but it is not mandatory.
|
||||||
|
|
||||||
## 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'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user