From d2f7c9f2ab113d42a92978ebf692490965b0f3f9 Mon Sep 17 00:00:00 2001 From: hodlbod Date: Thu, 26 Feb 2026 16:52:35 -0800 Subject: Add unallowpubkey and unbanpubkey (#2111) Co-authored-by: Jon Staab --- 86.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/86.md b/86.md index 6f64eee..b9a8cc2 100644 --- a/86.md +++ b/86.md @@ -34,12 +34,18 @@ This is the list of **methods** that may be supported: * `banpubkey`: - params: `["<32-byte-hex-public-key>", ""]` - result: `true` (a boolean always set to `true`) +* `unbanpubkey`: + - params: `["<32-byte-hex-public-key>", ""]` + - result: `true` (a boolean always set to `true`) * `listbannedpubkeys`: - params: `[]` - result: `[{"pubkey": "<32-byte-hex>", "reason": ""}, ...]`, an array of objects * `allowpubkey`: - params: `["<32-byte-hex-public-key>", ""]` - result: `true` (a boolean always set to `true`) +* `unallowpubkey`: + - params: `["<32-byte-hex-public-key>", ""]` + - result: `true` (a boolean always set to `true`) * `listallowedpubkeys`: - params: `[]` - result: `[{"pubkey": "<32-byte-hex>", "reason": ""}, ...]`, an array of objects -- cgit v1.2.3