Fixes double-quoted kind number

Co-authored-by: arthurfranca <arthur.a.franca@gmail.com>
This commit is contained in:
Vitor Pamplona
2023-08-08 13:27:32 -03:00
committed by fiatjaf_
co-authored by arthurfranca
parent 4c7b728be1
commit 3ff40201bd
+1 -1
View File
@@ -47,7 +47,7 @@ Any Nostr event can be a post request. Clients should simply add the community's
"id": "<32-bytes lowercase hex-encoded SHA-256 of the the serialized event data>",
"pubkey": "<32-bytes lowercase hex-encoded public key of the event creator>",
"created_at": "<Unix timestamp in seconds>",
"kind": "1",
"kind": 1,
"tags": [
["a", "34550:<community event author pubkey>:<d-identifier of the community>", "<optional relay url>"],
],