mirror of
https://github.com/edufeed-org/nips.git
synced 2025-12-09 16:24:32 +00:00
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:
parent
ab6308c29a
commit
c74f11b7a9
1 changed files with 1 additions and 1 deletions
2
01.md
2
01.md
|
|
@ -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>,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue