Skip to content

Commit b516adb

Browse files
authored
Fix fundamentally incorrect assertions in NIP-66 (#2067)
1 parent 90fcf4a commit b516adb

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

66.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,8 @@ Other tags include:
2828
- `N` - NIPs supported by the relay
2929
- `R` - Keys corresponding to requirements per [NIP 11](https://github.com/nostr-protocol/nips/blob/master/11.md)'s `limitations` array, including `auth`, `writes`, `pow`, and `payment`. False values should be specified using a `!` prefix, for example `!auth`.
3030
- `t` - A topic associated with this relay
31-
- `k` - An event kind accepted by the relay
32-
- `!k` - An event kind not accepted by the relay
31+
- `k` - Accepted and unaccepted kinds (false values prepended by `!`)
3332
- `g` - A [NIP-52](https://github.com/nostr-protocol/nips/blob/master/52.md) geohash
34-
- `l` - A language tag
3533

3634
Tags with more than one value should be repeated, rather than putting all values in a single tag, for example `[["t", "cats"], ["t", "dogs"]]`, rather than `[["t", "cats", "dogs"]]`.
3735

0 commit comments

Comments
 (0)