Skip to content

Commit 225a041

Browse files
author
Jon Staab
committed
Add unallowpubkey and unbanpubkey
1 parent 4566838 commit 225a041

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

86.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,18 @@ This is the list of **methods** that may be supported:
3434
* `banpubkey`:
3535
- params: `["<32-byte-hex-public-key>", "<optional-reason>"]`
3636
- result: `true` (a boolean always set to `true`)
37+
* `unbanpubkey`:
38+
- params: `["<32-byte-hex-public-key>", "<optional-reason>"]`
39+
- result: `true` (a boolean always set to `true`)
3740
* `listbannedpubkeys`:
3841
- params: `[]`
3942
- result: `[{"pubkey": "<32-byte-hex>", "reason": "<optional-reason>"}, ...]`, an array of objects
4043
* `allowpubkey`:
4144
- params: `["<32-byte-hex-public-key>", "<optional-reason>"]`
4245
- result: `true` (a boolean always set to `true`)
46+
* `unallowpubkey`:
47+
- params: `["<32-byte-hex-public-key>", "<optional-reason>"]`
48+
- result: `true` (a boolean always set to `true`)
4349
* `listallowedpubkeys`:
4450
- params: `[]`
4551
- result: `[{"pubkey": "<32-byte-hex>", "reason": "<optional-reason>"}, ...]`, an array of objects

0 commit comments

Comments
 (0)