Skip to content

Commit c8175fc

Browse files
author
Elias Rohrer
committed
Better describe the listbanned rpc call
1 parent 379e18a commit c8175fc

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

reference/rpc/listbanned.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,18 @@ listbanned
88

99
List all banned IPs/Subnets.
1010

11+
Result
12+
~~~~~~
13+
::
14+
15+
[
16+
{
17+
"address": <address>, (string) The banned address.
18+
"banned_until": <time>, (numeric) The time (in seconds since Jan 1 1970 GMT) until the address is banned.
19+
"ban_created": <time>, (numeric) The time (in seconds since Jan 1 1970 GMT) when the ban was created.
20+
}
21+
]
22+
1123
Examples
1224
~~~~~~~~
1325

0 commit comments

Comments
 (0)