diff options
| author | Vitor Pamplona <vitor@vitorpamplona.com> | 2023-06-15 09:39:32 -0400 |
|---|---|---|
| committer | fiatjaf_ <fiatjaf@gmail.com> | 2023-08-08 13:27:32 -0300 |
| commit | 3ff40201bdeae142be249c13a4c1983c18aabf84 (patch) | |
| tree | ccd6b6a8fe6fe7a4261fdddd9e8df1430c5d4b1b /172.md | |
| parent | 4c7b728be18c8cd934a879d888c04c85ac852687 (diff) | |
Fixes double-quoted kind number
Co-authored-by: arthurfranca <arthur.a.franca@gmail.com>
Diffstat (limited to '172.md')
| -rw-r--r-- | 172.md | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -47,7 +47,7 @@ Any Nostr event can be a post request. Clients should simply add the community's | |||
| 47 | "id": "<32-bytes lowercase hex-encoded SHA-256 of the the serialized event data>", | 47 | "id": "<32-bytes lowercase hex-encoded SHA-256 of the the serialized event data>", |
| 48 | "pubkey": "<32-bytes lowercase hex-encoded public key of the event creator>", | 48 | "pubkey": "<32-bytes lowercase hex-encoded public key of the event creator>", |
| 49 | "created_at": "<Unix timestamp in seconds>", | 49 | "created_at": "<Unix timestamp in seconds>", |
| 50 | "kind": "1", | 50 | "kind": 1, |
| 51 | "tags": [ | 51 | "tags": [ |
| 52 | ["a", "34550:<community event author pubkey>:<d-identifier of the community>", "<optional relay url>"], | 52 | ["a", "34550:<community event author pubkey>:<d-identifier of the community>", "<optional relay url>"], |
| 53 | ], | 53 | ], |