From e487a67e362d7c7cff4c59f46c668ee8513f973f Mon Sep 17 00:00:00 2001 From: Rene Vergara Date: Sun, 6 Oct 2024 08:27:53 -0500 Subject: [PATCH] docs: remote draft tag from `sendmany` --- zenith-openrpc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zenith-openrpc.json b/zenith-openrpc.json index 2845728..30b7021 100644 --- a/zenith-openrpc.json +++ b/zenith-openrpc.json @@ -594,7 +594,7 @@ "name": "sendmany", "summary": "Send transaction(s)", "description": "Send one transaction by specifying the source account, the privacy policy (optional, default 'Full') and an array of proposed outputs. Each output needs a recipient address, an amount and an optional shielded memo.", - "tags": [{"$ref": "#/components/tags/draft"},{"$ref": "#/components/tags/wip"}], + "tags": [], "params": [ { "$ref": "#/components/contentDescriptors/AccountId"}, { "$ref": "#/components/contentDescriptors/PrivacyPolicy"},