From c74f11b7a921276849f4d0eebc3a90a6a3edf2c1 Mon Sep 17 00:00:00 2001 From: Josua Schmid Date: Fri, 3 Mar 2023 22:29:39 +0100 Subject: [PATCH] Update NIP-01 to clarify pubkey reference We mean to reference any public key. "the key" was a bit unspecific. --- 01.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01.md b/01.md index d32903b9..0e68de5e 100644 --- a/01.md +++ b/01.md @@ -22,7 +22,7 @@ The only object type that exists is the `event`, which has the following format "kind": , "tags": [ ["e", <32-bytes hex of the id of another event>, ], - ["p", <32-bytes hex of the key>, ], + ["p", <32-bytes hex of a pubkey>, ], ... // other kinds of tags may be included later ], "content": ,