Revert "Add signevent to nip86 (#2389)"

This reverts commit 2415f3398b.
This commit is contained in:
fiatjaf
2026-06-21 08:30:41 -03:00
parent 2415f3398b
commit 3dc9705a4f

3
86.md
View File

@@ -52,9 +52,6 @@ This is the list of **methods** that may be supported:
* `listeventsneedingmoderation`:
- params: `[]`
- result: `[{"id": "<32-byte-hex>", "reason": "<optional-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>", "<optional-reason>"]`
- result: `true` (a boolean always set to `true`)