From 865a4aa51dc9887a628deac5a2e22c3a66068307 Mon Sep 17 00:00:00 2001 From: Vlad Stan Date: Mon, 10 Apr 2023 13:38:26 +0300 Subject: [PATCH] Update 704.md --- 704.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/704.md b/704.md index f2a91e9..51c5d7c 100644 --- a/704.md +++ b/704.md @@ -68,7 +68,7 @@ If `Alice` wants to signal `Bob` that she is ready to use this NIP (for more pri "receive_index": , } ``` - > **Note** `send_index` and `receive_index` are optional, but they help the client a lot in knowing what the state is. Alternatively (when an account is retored) the client would have to scan the public keys until unused ones are found. + > **Note** `send_index` and `receive_index` are optional, but they help the client a lot in knowing what the state is. Alternatively (when an account is retored) the client would have to scan the public keys until unused ones are found (similar to [BIP-44 address gap logic](https://github.com/bitcoin/bips/blob/master/bip-0044.mediawiki#user-content-Address_gap_limit)). - publish a `Parameterized Replaceable Event` ([NIP-33](https://github.com/nostr-protocol/nips/blob/master/33.md)) having: