diff options
| author | randymcmillan <randymcmillan@protonmail.com> | 2024-07-28 15:27:29 -0400 |
|---|---|---|
| committer | randymcmillan <randymcmillan@protonmail.com> | 2024-07-28 15:28:03 -0400 |
| commit | 6d348b572e0f98b0a49ea6024da07e82917ace58 (patch) | |
| tree | 2ee0254fe7a01a8e09347aaa211ae96902e504a8 | |
| parent | 18d3c2edb428a52ca3e146fe410c6310c73fae13 (diff) | |
70.md:use relative link
| -rw-r--r-- | 70.md | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -12,7 +12,7 @@ A protected event is an event that can only be published to relays by its author | |||
| 12 | 12 | ||
| 13 | The default behavior of a relay MUST be to reject any event that contains `["-"]`. | 13 | The default behavior of a relay MUST be to reject any event that contains `["-"]`. |
| 14 | 14 | ||
| 15 | Relays that want to accept such events MUST first require that the client perform the [NIP-42](https://github.com/nostr-protocol/nips/blob/master/42.md) `AUTH` flow and then check if the authenticated client has the same pubkey as the event being published and only accept the event in that case. | 15 | Relays that want to accept such events MUST first require that the client perform the [NIP-42](42.md) `AUTH` flow and then check if the authenticated client has the same pubkey as the event being published and only accept the event in that case. |
| 16 | 16 | ||
| 17 | ## The tag | 17 | ## The tag |
| 18 | 18 | ||