From 3dc9705a4f92b5d71fa543c134f9cf326c120ace Mon Sep 17 00:00:00 2001 From: fiatjaf Date: Sun, 21 Jun 2026 08:30:41 -0300 Subject: [PATCH] Revert "Add signevent to nip86 (#2389)" This reverts commit 2415f3398bc600d3eec6f3f26684650140ad3dc2. --- 86.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/86.md b/86.md index 7031f9be..b9a8cc24 100644 --- a/86.md +++ b/86.md @@ -52,9 +52,6 @@ This is the list of **methods** that may be supported: * `listeventsneedingmoderation`: - params: `[]` - result: `[{"id": "<32-byte-hex>", "reason": ""}]`, an array of objects -* `signevent`: - - params: `[{kind, content, tags, created_at}]` - - result: `[{kind, content, tags, created_at, id, sig, pubkey}]` (the event signed by the relay's `self` pubkey) * `allowevent`: - params: `["<32-byte-hex-event-id>", ""]` - result: `true` (a boolean always set to `true`)