From 65a28e7b568ebb124e12bd7518ecebaa97d6f81a Mon Sep 17 00:00:00 2001 From: Vlad Stan Date: Mon, 10 Apr 2023 11:54:14 +0300 Subject: [PATCH] doc: fix typo --- 704.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/704.md b/704.md index f18020f..2629aae 100644 --- a/704.md +++ b/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 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