From 2b34e9f4177216ea42ea32daafb3384521d94f32 Mon Sep 17 00:00:00 2001 From: Memory-of-Snow Date: Mon, 12 Jun 2023 17:46:01 +0900 Subject: [PATCH] Add a ',' between the 'id' and 'pubkey' elements in the JSON event in 01.md. --- 01.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01.md b/01.md index 2700dab..9164a98 100644 --- a/01.md +++ b/01.md @@ -16,7 +16,7 @@ The only object type that exists is the `event`, which has the following format ```json { - "id": <32-bytes lowercase hex-encoded sha256 of the serialized event data> + "id": <32-bytes lowercase hex-encoded sha256 of the serialized event data>, "pubkey": <32-bytes lowercase hex-encoded public key of the event creator>, "created_at": , "kind": ,