diff options
| author | Asai Toshiya <to.asai.60@gmail.com> | 2023-06-08 12:15:37 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-06-08 12:15:37 +0900 |
| commit | 0d962cbe74018c64cd040c6c756ed94b648eef4b (patch) | |
| tree | 54f757e6f0626507e9200e5ae32beceaad2986ca /09.md | |
| parent | c78856d281658ba5c795b5295418692aa2827d2e (diff) | |
Minor JSON fix
Diffstat (limited to '09.md')
| -rw-r--r-- | 09.md | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -20,7 +20,7 @@ For example: | |||
| 20 | "pubkey": <32-bytes hex-encoded public key of the event creator>, | 20 | "pubkey": <32-bytes hex-encoded public key of the event creator>, |
| 21 | "tags": [ | 21 | "tags": [ |
| 22 | ["e", "dcd59..464a2"], | 22 | ["e", "dcd59..464a2"], |
| 23 | ["e", "968c5..ad7a4"], | 23 | ["e", "968c5..ad7a4"] |
| 24 | ], | 24 | ], |
| 25 | "content": "these posts were published by accident", | 25 | "content": "these posts were published by accident", |
| 26 | ...other fields | 26 | ...other fields |