diff options
| author | Vitor Pamplona <vitor@vitorpamplona.com> | 2024-03-14 08:52:58 -0400 |
|---|---|---|
| committer | Vitor Pamplona <vitor@vitorpamplona.com> | 2024-03-14 08:52:58 -0400 |
| commit | f96ccc6e351be0b42d8b8395cc5b2de72f7f8e75 (patch) | |
| tree | 6ffe5a7d7861d32810d800c67d52b585ed8231fd | |
| parent | 2f2dead4cc08671b761f5e40f9a38cc32bcb26c5 (diff) | |
Improved wording.
| -rw-r--r-- | 35.md | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -6,9 +6,9 @@ Draft Events | |||
| 6 | 6 | ||
| 7 | `draft` `optional` | 7 | `draft` `optional` |
| 8 | 8 | ||
| 9 | This NIP defines kind `31234` as a private draft event for any other event kind. | 9 | This NIP defines kind `31234` as a private wrap for drafts of any other event kind. |
| 10 | 10 | ||
| 11 | The draft event is JSON-stringified, [NIP44-encrypted](44.md) to the owner's public key and placed inside the `.content` of the event. | 11 | The draft event is JSON-stringified, [NIP44-encrypted](44.md) to the signer's public key and placed inside the `.content` of the event. |
| 12 | 12 | ||
| 13 | An additional `k` tag identifies the kind of the draft event. | 13 | An additional `k` tag identifies the kind of the draft event. |
| 14 | 14 | ||