From 876fe3a5d3c517f7f29fbeee6b699cf66bbd779f Mon Sep 17 00:00:00 2001 From: Rene Vergara Date: Tue, 14 Jan 2025 10:53:28 -0600 Subject: [PATCH] docs(rpc): finalize `getfullvk` --- zenith-openrpc.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/zenith-openrpc.json b/zenith-openrpc.json index ce65ad2..cd98ab8 100644 --- a/zenith-openrpc.json +++ b/zenith-openrpc.json @@ -796,10 +796,7 @@ "name": "getfullvk", "summary": "Derive the full viewing key for the given account.", "description": "Derive the full viewing key for the given account, encoded per ZIP-316.", - "tags": [ - { "$ref": "#/components/tags/draft"}, - { "$ref": "#/components/tags/wip"} - ], + "tags": [], "params": [ { "$ref": "#/components/contentDescriptors/AccountId"} ],