upleb.uk

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

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralex <alex@cloudware.io>2022-11-10 23:06:11 +0100
committerfiatjaf <fiatjaf@gmail.com>2022-11-11 07:56:24 -0300
commitf09362695dde79719059a3b70ae96529d3e7726b (patch)
tree428b29c959fb5761dab33e4ce2930b4b229c75db
parent27683d3441367cc76fa31fbb60abcd43cdc6ceb6 (diff)
nip16: clarify about the signers of replaceable events
A newer replaceable event must be signed by the same key.
-rw-r--r--16.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/16.md b/16.md
index 6155a49..c34452d 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 being received, 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, and signed by the same key, the old event SHOULD be discarded and replaced with the newer event.
15 15
16Ephemeral Events 16Ephemeral Events
17---------------- 17----------------