Skip to content

Commit

Permalink
Better describe the listbanned rpc call
Browse files Browse the repository at this point in the history
  • Loading branch information
tnull committed Apr 2, 2021
1 parent 379e18a commit c8175fc
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions reference/rpc/listbanned.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,18 @@ listbanned

List all banned IPs/Subnets.

Result
~~~~~~
::

[
{
"address": <address>, (string) The banned address.
"banned_until": <time>, (numeric) The time (in seconds since Jan 1 1970 GMT) until the address is banned.
"ban_created": <time>, (numeric) The time (in seconds since Jan 1 1970 GMT) when the ban was created.
}
]

Examples
~~~~~~~~

Expand Down

0 comments on commit c8175fc

Please sign in to comment.