doc: small

This commit is contained in:
Vlad Stan 2023-04-10 13:37:19 +03:00 committed by GitHub
parent 96d511a58e
commit 3123a4baa6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
704.md
View File

@ -63,7 +63,7 @@ If `Alice` wants to signal `Bob` that she is ready to use this NIP (for more pri
- build a JSON data of the form:
```json
{
"key": <the direct message parent key>,
"key": <the direct message parent key (dmpk)>,
"send_index": <integer (optional), the index of the last key used to sign an event>,
"receive_index": <integer (optional), the index of the last key an event was received to>,
}