From f2e89b130d8053636e0dbdf0e67d83193ccbcc3e Mon Sep 17 00:00:00 2001 From: Vitor Pamplona Date: Wed, 5 Feb 2025 13:25:01 -0300 Subject: [PATCH] Revert "NIP-01: Adds the author information to `e` tags (#1749)" This reverts commit 3bbfbb26aa4abe00f612c6c540803de58391e618. --- 01.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01.md b/01.md index 5873eb63..9e25ca9b 100644 --- a/01.md +++ b/01.md @@ -75,7 +75,7 @@ The first element of the tag array is referred to as the tag _name_ or _key_ and This NIP defines 3 standard tags that can be used across all event kinds with the same meaning. They are as follows: -- The `e` tag, used to refer to an event: `["e", <32-bytes lowercase hex of the id of another event>, , <32-bytes lowercase hex of the author's pubkey, optional>]` +- The `e` tag, used to refer to an event: `["e", <32-bytes lowercase hex of the id of another event>, ]` - The `p` tag, used to refer to another user: `["p", <32-bytes lowercase hex of a pubkey>, ]` - The `a` tag, used to refer to an addressable or replaceable event - for an addressable event: `["a", :<32-bytes lowercase hex of a pubkey>:, ]`