diff options
| -rw-r--r-- | 16.md | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -11,7 +11,7 @@ Relays may decide to allow replaceable and/or ephemeral events. | |||
| 11 | Replaceable Events | 11 | Replaceable Events |
| 12 | ------------------ | 12 | ------------------ |
| 13 | A *replaceable event* is defined as an event with a kind `10000 <= n < 20000`. | 13 | A *replaceable event* is defined as an event with a kind `10000 <= n < 20000`. |
| 14 | 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. | 14 | 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. |
| 15 | 15 | ||
| 16 | Ephemeral Events | 16 | Ephemeral Events |
| 17 | ---------------- | 17 | ---------------- |