Skip to content

Commit de5d53f

Browse files
Merge pull request #116 from tnull/describe_list_banned_rpc
Better describe the listbanned rpc call
2 parents ff7ccea + c8175fc commit de5d53f

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
@@ -22,6 +22,18 @@ Result
2222
...
2323
]
2424

25+
Result
26+
~~~~~~
27+
::
28+
29+
[
30+
{
31+
"address": <address>, (string) The banned address.
32+
"banned_until": <time>, (numeric) The time (in seconds since Jan 1 1970 GMT) until the address is banned.
33+
"ban_created": <time>, (numeric) The time (in seconds since Jan 1 1970 GMT) when the ban was created.
34+
}
35+
]
36+
2537
Examples
2638
~~~~~~~~
2739

0 commit comments

Comments
 (0)