From 73e2719b45f18ef8330652f4c33e2261cdd67fe5 Mon Sep 17 00:00:00 2001 From: Doug Hoyte Date: Fri, 10 Feb 2023 04:28:13 -0500 Subject: [PATCH] typo --- docs/plugins.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/plugins.md b/docs/plugins.md index 74f4d33..cebd829 100644 --- a/docs/plugins.md +++ b/docs/plugins.md @@ -29,7 +29,7 @@ Input messages contain the following keys: In response to `new` events, the plugin should print a JSONL message (minified JSON followed by a newline). It should contain the following keys: * `id`: The event ID taken from the `event.id` field of the input message -* `action`: Either `accept`, `reject`, or `rejectShadow` +* `action`: Either `accept`, `reject`, or `shadowReject` * `msg`: The NIP-20 response message to be sent to the client. Only used for `reject`