From 12f6e9ee625ae2743e10dec16c7eec85e5a8f150 Mon Sep 17 00:00:00 2001 From: Semisol Date: Fri, 27 May 2022 19:43:15 +0300 Subject: [PATCH] nip15: clarify --- 15.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/15.md b/15.md index c2a55b72..2a1c0399 100644 --- a/15.md +++ b/15.md @@ -8,7 +8,7 @@ End of Stored Events Notice Relays may support notifying clients when all stored events have been sent. -If a relay supports this NIP, the relay SHOULD send the client a `EOSE` message in the format `["EOSE", ]` after it has sent all the events it has persisted and all the events that come after this message are newly published. +If a relay supports this NIP, the relay SHOULD send the client a `EOSE` message in the format `["EOSE", ]` after it has sent all the events it has persisted and it indicates all the events that come after this message are newly published. Client Behavior ---------------