mirror of
https://github.com/nostr-protocol/nips.git
synced 2024-12-22 08:25:53 -05:00
nip-41: fix kind mismatch on example event
This commit is contained in:
parent
82aafbef39
commit
a04da3f176
2
41.md
2
41.md
|
@ -22,7 +22,7 @@ An example event is shown below:
|
||||||
"id": "...",
|
"id": "...",
|
||||||
"pubkey": "...",
|
"pubkey": "...",
|
||||||
"created_at": 1669695536,
|
"created_at": 1669695536,
|
||||||
"kind": 22223,
|
"kind": 22241,
|
||||||
"tags": [],
|
"tags": [],
|
||||||
"content": "wss://relay.example.com/",
|
"content": "wss://relay.example.com/",
|
||||||
"sig": "..."
|
"sig": "..."
|
||||||
|
|
Loading…
Reference in New Issue
Block a user