From 1b94488742494d8f9f3d2fefc908e6541562ca39 Mon Sep 17 00:00:00 2001 From: Semisol <45574030+Semisol@users.noreply.github.com> Date: Tue, 26 Jul 2022 04:33:33 +0300 Subject: [PATCH] nip16: small fix --- 16.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/16.md b/16.md index dba1b9c6..3f229018 100644 --- a/16.md +++ b/16.md @@ -21,7 +21,7 @@ Upon an ephemeral event being received, the relay SHOULD send it to all clients Client Behavior --------------- -Clients SHOULD use the `supported_nips` field to learn if a relay supports generic tag queries. Clients SHOULD NOT send ephemeral events to relays that do not support this NIP; they will most likely be persisted. Clients MAY send replaceable events to relays that may not support this NIP, and clients querying SHOULD be prepared for the relay to send multiple events and should use the latest one. +Clients SHOULD use the `supported_nips` field to learn if a relay supports this NIP. Clients SHOULD NOT send ephemeral events to relays that do not support this NIP; they will most likely be persisted. Clients MAY send replaceable events to relays that may not support this NIP, and clients querying SHOULD be prepared for the relay to send multiple events and should use the latest one. Suggested Use Cases -------------------