diff options
| author | Semisol <45574030+Semisol@users.noreply.github.com> | 2022-12-17 00:02:03 +0300 |
|---|---|---|
| committer | fiatjaf <fiatjaf@gmail.com> | 2023-01-02 16:53:10 -0300 |
| commit | a04da3f1765a960e5994fad0044f45de1d43e683 (patch) | |
| tree | bfb91743c137069031628472d9982689f8799eaf | |
| parent | 82aafbef39a4a183fc6b1e8488e4a2db81a3fa90 (diff) | |
nip-41: fix kind mismatch on example event
| -rw-r--r-- | 41.md | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -22,7 +22,7 @@ An example event is shown below: | |||
| 22 | "id": "...", | 22 | "id": "...", |
| 23 | "pubkey": "...", | 23 | "pubkey": "...", |
| 24 | "created_at": 1669695536, | 24 | "created_at": 1669695536, |
| 25 | "kind": 22223, | 25 | "kind": 22241, |
| 26 | "tags": [], | 26 | "tags": [], |
| 27 | "content": "wss://relay.example.com/", | 27 | "content": "wss://relay.example.com/", |
| 28 | "sig": "..." | 28 | "sig": "..." |