mirror of
https://github.com/nostr-protocol/nips.git
synced 2024-11-09 22:09:06 -05:00
Removes quotes from kind
Co-authored-by: arthurfranca <arthur.a.franca@gmail.com>
This commit is contained in:
parent
4e61eb4e46
commit
0c3df0ee30
2
172.md
2
172.md
|
@ -17,7 +17,7 @@ Kind 34550 should include any field that helps define the community and the set
|
|||
"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": "34550",
|
||||
"kind": 34550,
|
||||
"tags": [
|
||||
["d", "<community_name>"],
|
||||
["description", "<community_description>"],
|
||||
|
|
Loading…
Reference in New Issue
Block a user