diff options
| author | Memory-of-Snow <memory.o.f.snow.main@gmail.com> | 2023-06-12 17:46:01 +0900 |
|---|---|---|
| committer | fiatjaf_ <fiatjaf@gmail.com> | 2023-06-12 08:16:59 -0300 |
| commit | 2b34e9f4177216ea42ea32daafb3384521d94f32 (patch) | |
| tree | 501d951f072728a8e548fa6d27762f4e4f6a9eba | |
| parent | 2e842b496a740f89ad80bf8257c37535d538ba54 (diff) | |
Add a ',' between the 'id' and 'pubkey' elements in the JSON event in 01.md.
| -rw-r--r-- | 01.md | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -16,7 +16,7 @@ The only object type that exists is the `event`, which has the following format | |||
| 16 | 16 | ||
| 17 | ```json | 17 | ```json |
| 18 | { | 18 | { |
| 19 | "id": <32-bytes lowercase hex-encoded sha256 of the serialized event data> | 19 | "id": <32-bytes lowercase hex-encoded sha256 of the serialized event data>, |
| 20 | "pubkey": <32-bytes lowercase hex-encoded public key of the event creator>, | 20 | "pubkey": <32-bytes lowercase hex-encoded public key of the event creator>, |
| 21 | "created_at": <unix timestamp in seconds>, | 21 | "created_at": <unix timestamp in seconds>, |
| 22 | "kind": <integer>, | 22 | "kind": <integer>, |