diff --git a/reference/rpc/listbanned.rst b/reference/rpc/listbanned.rst index ca871ca..0084331 100644 --- a/reference/rpc/listbanned.rst +++ b/reference/rpc/listbanned.rst @@ -8,20 +8,6 @@ listbanned List all manually banned IPs/Subnets. -Result -~~~~~~ - -:: - - [ (json array) - { (json object) - "address" : "str", (string) - "banned_until" : xxx, (numeric) - "ban_created" : xxx (numeric) - }, - ... - ] - Result ~~~~~~ ::