From 69685588f0d60e73ac0148181472e1ceaea4f767 Mon Sep 17 00:00:00 2001 From: fiatjaf Date: Sat, 21 Jan 2023 07:36:44 -0300 Subject: [PATCH] specify lowercase on nip01 event hex fields. --- 01.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/01.md b/01.md index d040666c..38ba2904 100644 --- a/01.md +++ b/01.md @@ -16,8 +16,8 @@ The only object type that exists is the `event`, which has the following format ```json { - "id": <32-bytes sha256 of the the serialized event data> - "pubkey": <32-bytes hex-encoded public key of the event creator>, + "id": <32-bytes lowercase hex-encoded sha256 of the the serialized event data> + "pubkey": <32-bytes lowercase hex-encoded public key of the event creator>, "created_at": , "kind": , "tags": [