diff options
Diffstat (limited to '01.md')
| -rw-r--r-- | 01.md | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -22,7 +22,7 @@ The only object type that exists is the `event`, which has the following format | |||
| 22 | "kind": <integer>, | 22 | "kind": <integer>, |
| 23 | "tags": [ | 23 | "tags": [ |
| 24 | ["e", <32-bytes hex of the id of another event>, <recommended relay URL>], | 24 | ["e", <32-bytes hex of the id of another event>, <recommended relay URL>], |
| 25 | ["p", <32-bytes hex of the key>, <recommended relay URL>], | 25 | ["p", <32-bytes hex of a pubkey>, <recommended relay URL>], |
| 26 | ... // other kinds of tags may be included later | 26 | ... // other kinds of tags may be included later |
| 27 | ], | 27 | ], |
| 28 | "content": <arbitrary string>, | 28 | "content": <arbitrary string>, |