upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosua Schmid <josua.schmid@renuo.ch>2023-03-03 22:29:39 +0100
committerfiatjaf_ <fiatjaf@gmail.com>2023-03-03 18:59:37 -0300
commitc74f11b7a921276849f4d0eebc3a90a6a3edf2c1 (patch)
tree4ceee4ee90307abc20a080d52cadcfb8d5cb8821
parentab6308c29aa8cc10c06addc9fd26c90f8dac9c6a (diff)
Update NIP-01 to clarify pubkey reference
We mean to reference any public key. "the key" was a bit unspecific.
-rw-r--r--01.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/01.md b/01.md
index d32903b..0e68de5 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
22 "kind": <integer>, 22 "kind": <integer>,
23 "tags": [ 23 "tags": [
24 ["e", <32-bytes hex of the id of another event>, <recommended relay URL>], 24 ["e", <32-bytes hex of the id of another event>, <recommended relay URL>],
25 ["p", <32-bytes hex of the key>, <recommended relay URL>], 25 ["p", <32-bytes hex of a pubkey>, <recommended relay URL>],
26 ... // other kinds of tags may be included later 26 ... // other kinds of tags may be included later
27 ], 27 ],
28 "content": <arbitrary string>, 28 "content": <arbitrary string>,