diff options
| author | Josua Schmid <josua.schmid@renuo.ch> | 2023-03-03 22:29:39 +0100 |
|---|---|---|
| committer | fiatjaf_ <fiatjaf@gmail.com> | 2023-03-03 18:59:37 -0300 |
| commit | c74f11b7a921276849f4d0eebc3a90a6a3edf2c1 (patch) | |
| tree | 4ceee4ee90307abc20a080d52cadcfb8d5cb8821 /01.md | |
| parent | ab6308c29aa8cc10c06addc9fd26c90f8dac9c6a (diff) | |
Update NIP-01 to clarify pubkey reference
We mean to reference any public key. "the key" was a bit unspecific.
Diffstat (limited to '01.md')
| -rw-r--r-- | 01.md | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -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>, |