diff options
| author | Kieran <kieran@harkin.me> | 2024-10-15 11:15:54 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-15 11:15:54 +0100 |
| commit | 1e2f19863ca56754daa2466881eb22087a71b17d (patch) | |
| tree | 4f7be759dce290fea1d3ae10c403260b466ee16c /59.md | |
| parent | 53afaaece61f02e92b5ef9c3e9c32945c7ebf522 (diff) | |
| parent | e381b577c997b849fa544eea7dc9f08b360b4a33 (diff) | |
Merge branch 'master' into nip71-imeta
Diffstat (limited to '59.md')
| -rw-r--r-- | 59.md | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -41,7 +41,7 @@ A `seal` is a `kind:13` event that wraps a `rumor` with the sender's regular key | |||
| 41 | to a receiver's pubkey but there is no `p` tag pointing to the receiver. There is no way to know who the rumor is for | 41 | to a receiver's pubkey but there is no `p` tag pointing to the receiver. There is no way to know who the rumor is for |
| 42 | without the receiver's or the sender's private key. The only public information in this event is who is signing it. | 42 | without the receiver's or the sender's private key. The only public information in this event is who is signing it. |
| 43 | 43 | ||
| 44 | ```js | 44 | ```json |
| 45 | { | 45 | { |
| 46 | "id": "<id>", | 46 | "id": "<id>", |
| 47 | "pubkey": "<real author's pubkey>", | 47 | "pubkey": "<real author's pubkey>", |
| @@ -60,7 +60,7 @@ Tags MUST must always be empty in a `kind:13`. The inner event MUST always be un | |||
| 60 | A `gift wrap` event is a `kind:1059` event that wraps any other event. `tags` SHOULD include any information | 60 | A `gift wrap` event is a `kind:1059` event that wraps any other event. `tags` SHOULD include any information |
| 61 | needed to route the event to its intended recipient, including the recipient's `p` tag or [NIP-13](13.md) proof of work. | 61 | needed to route the event to its intended recipient, including the recipient's `p` tag or [NIP-13](13.md) proof of work. |
| 62 | 62 | ||
| 63 | ```js | 63 | ```json |
| 64 | { | 64 | { |
| 65 | "id": "<id>", | 65 | "id": "<id>", |
| 66 | "pubkey": "<random, one-time-use pubkey>", | 66 | "pubkey": "<random, one-time-use pubkey>", |