upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Arturo Cabral Mejía <me@ricardocabral.io>2022-10-17 14:24:06 -0400
committerGitHub <noreply@github.com>2022-10-17 14:24:06 -0400
commit147cd0a2eacce191859c78f06cc48602680711e7 (patch)
treebc3e80c497e2d71537224db09da546ffcae1e2de
parentc8a95a0968acb4ba463b6395d93bc667ca022705 (diff)
parent497d5d9ddfcc10b23c7ae77cf1b7dea2ad888390 (diff)
Merge pull request #53 from Semisol/patch-1
nip16: small fix
-rw-r--r--16.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/16.md b/16.md
index 3f22901..6155a49 100644
--- a/16.md
+++ b/16.md
@@ -11,7 +11,7 @@ Relays may decide to allow replaceable and/or ephemeral events.
11Replaceable Events 11Replaceable Events
12------------------ 12------------------
13A *replaceable event* is defined as an event with a kind `10000 <= n < 20000`. 13A *replaceable event* is defined as an event with a kind `10000 <= n < 20000`.
14Upon 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. 14Upon 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.
15 15
16Ephemeral Events 16Ephemeral Events
17---------------- 17----------------