Update NIP-01 to clarify pubkey reference

We mean to reference any public key. "the key" was a bit unspecific.
This commit is contained in:
Josua Schmid
2023-03-03 18:59:37 -03:00
committed by fiatjaf_
parent ab6308c29a
commit c74f11b7a9
+1 -1
View File
@@ -22,7 +22,7 @@ The only object type that exists is the `event`, which has the following format
"kind": <integer>,
"tags": [
["e", <32-bytes hex of the id of another event>, <recommended relay URL>],
["p", <32-bytes hex of the key>, <recommended relay URL>],
["p", <32-bytes hex of a pubkey>, <recommended relay URL>],
... // other kinds of tags may be included later
],
"content": <arbitrary string>,