Skip to content

Commit

Permalink
Merge pull request #116 from tnull/describe_list_banned_rpc
Browse files Browse the repository at this point in the history
Better describe the listbanned rpc call
  • Loading branch information
Cobra-Bitcoin committed Apr 10, 2021
2 parents ff7ccea + c8175fc commit de5d53f
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 @@ -22,6 +22,18 @@ Result
...
]

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 de5d53f

Please sign in to comment.