mirror of
https://github.com/nostr-protocol/nips.git
synced 2024-11-09 22:09:06 -05:00
Fixes double-quoted kind number
Co-authored-by: arthurfranca <arthur.a.franca@gmail.com>
This commit is contained in:
parent
4c7b728be1
commit
3ff40201bd
2
172.md
2
172.md
|
@ -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>",
|
"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>",
|
"pubkey": "<32-bytes lowercase hex-encoded public key of the event creator>",
|
||||||
"created_at": "<Unix timestamp in seconds>",
|
"created_at": "<Unix timestamp in seconds>",
|
||||||
"kind": "1",
|
"kind": 1,
|
||||||
"tags": [
|
"tags": [
|
||||||
["a", "34550:<community event author pubkey>:<d-identifier of the community>", "<optional relay url>"],
|
["a", "34550:<community event author pubkey>:<d-identifier of the community>", "<optional relay url>"],
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in New Issue
Block a user