doc: fix typo

This commit is contained in:
Vlad Stan 2023-04-10 11:54:14 +03:00 committed by GitHub
parent 206d25c8a5
commit 65a28e7b56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
704.md
View File

@ -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
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