upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/172.md
diff options
context:
space:
mode:
authorVitor Pamplona <vitor@vitorpamplona.com>2023-06-15 09:39:32 -0400
committerfiatjaf_ <fiatjaf@gmail.com>2023-08-08 13:27:32 -0300
commit3ff40201bdeae142be249c13a4c1983c18aabf84 (patch)
treeccd6b6a8fe6fe7a4261fdddd9e8df1430c5d4b1b /172.md
parent4c7b728be18c8cd934a879d888c04c85ac852687 (diff)
Fixes double-quoted kind number
Co-authored-by: arthurfranca <arthur.a.franca@gmail.com>
Diffstat (limited to '172.md')
-rw-r--r--172.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/172.md b/172.md
index 6a89a53..9f5fab5 100644
--- a/172.md
+++ b/172.md
@@ -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 ],