From 813ba3fb5eae85cfdfffe91d12f2df653ea8b725 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=B8bra?= Date: Sat, 10 Apr 2021 19:12:10 +0200 Subject: [PATCH] Remove duplicate Remove duplicate --- reference/rpc/listbanned.rst | 14 -------------- 1 file changed, 14 deletions(-) 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 ~~~~~~ ::