Skip to content

Commit 86b4c21

Browse files
author
Jon Staab
committed
Add disallowpubkey
1 parent 4566838 commit 86b4c21

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

86.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ This is the list of **methods** that may be supported:
4040
* `allowpubkey`:
4141
- params: `["<32-byte-hex-public-key>", "<optional-reason>"]`
4242
- result: `true` (a boolean always set to `true`)
43+
* `disallowpubkey`:
44+
- params: `["<32-byte-hex-public-key>", "<optional-reason>"]`
45+
- result: `true` (a boolean always set to `true`)
4346
* `listallowedpubkeys`:
4447
- params: `[]`
4548
- result: `[{"pubkey": "<32-byte-hex>", "reason": "<optional-reason>"}, ...]`, an array of objects

0 commit comments

Comments
 (0)