mirror of
https://github.com/nostr-protocol/nips.git
synced 2024-11-10 06:09:08 -05:00
Wording improvements.
This commit is contained in:
parent
1a3486dc4b
commit
37aa1f80ab
4
63.md
4
63.md
|
@ -6,7 +6,7 @@ Signed Filters
|
|||
|
||||
`draft` `optional`
|
||||
|
||||
This NIP declares the use of event kind `33012` to represent one or more Nostr filters.
|
||||
Event kind `33012` is used to represent one or more Nostr filters.
|
||||
|
||||
The `d` tag represents the subscription id and the `filter` tag contains the JSON-stringified [NIP-01](01.md) filter.
|
||||
|
||||
|
@ -31,7 +31,7 @@ They are submitted to supporting relays via `SREQ` command, with the following f
|
|||
["SREQ", <signed kind-33012>]
|
||||
```
|
||||
|
||||
Supporting relays interpret the `filter` tags of this event in the same way they do with `REQ` while automatically authenticating the signer.
|
||||
Supporting relays interpret the `filter` tags in the same way they do with `REQ` while automatically authenticating the signer.
|
||||
|
||||
Relays MAY reject these filters based on `created_at`.
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user