From 497d5d9ddfcc10b23c7ae77cf1b7dea2ad888390 Mon Sep 17 00:00:00 2001 From: Semisol <45574030+Semisol@users.noreply.github.com> Date: Sun, 16 Oct 2022 20:24:21 +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 3f229018..6155a49a 100644 --- a/16.md +++ b/16.md @@ -11,7 +11,7 @@ Relays may decide to allow replaceable and/or ephemeral events. Replaceable Events ------------------ A *replaceable event* is defined as an event with a kind `10000 <= n < 20000`. -Upon a replaceable event with a newer timestamp than the currently known latest replaceable event with the same kind, the old event SHOULD be discarded and replaced with the newer event. +Upon a replaceable event with a newer timestamp than the currently known latest replaceable event with the same kind being received, the old event SHOULD be discarded and replaced with the newer event. Ephemeral Events ----------------