Merge pull request #53 from Semisol/patch-1

nip16: small fix
This commit is contained in:
Ricardo Arturo Cabral Mejía 2022-10-17 14:24:06 -04:00 committed by GitHub
commit 147cd0a2ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
16.md
View File

@ -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
----------------