From a3df217992fe7929c98e474ca4ca6c511d9f1e9d Mon Sep 17 00:00:00 2001 From: Rene Vergara Date: Thu, 15 Aug 2024 11:41:03 -0500 Subject: [PATCH] Remove tags for `listreceived` in OpenRPC --- zenith-openrpc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zenith-openrpc.json b/zenith-openrpc.json index 5f3b8e4..70fe66d 100644 --- a/zenith-openrpc.json +++ b/zenith-openrpc.json @@ -259,7 +259,7 @@ "name": "listreceived", "summary": "List received transactions", "description": "List transactions received by the given address.", - "tags": [{"$ref": "#/components/tags/draft"}, {"$ref": "#/components/tags/wip"}], + "tags": [], "params": [{ "$ref": "#/components/contentDescriptors/Address"}], "paramStructure": "by-position", "result": {