Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bitcoin-dot-org
developer.bitcoin.org
Commits
de5d53fc
Unverified
Commit
de5d53fc
authored
Apr 10, 2021
by
Cøbra
Committed by
GitHub
Apr 10, 2021
Browse files
Merge pull request #116 from tnull/describe_list_banned_rpc
Better describe the listbanned rpc call
parents
ff7ccea6
c8175fcc
Changes
1
Hide whitespace changes
Inline
Side-by-side
reference/rpc/listbanned.rst
View file @
de5d53fc
...
...
@@ -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
~~~~~~~~
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment