From eda70396bae54855faf021e5f17469bddbe80d8c Mon Sep 17 00:00:00 2001 From: Rene Vergara Date: Mon, 13 Jan 2025 12:57:08 -0600 Subject: [PATCH] docs(rpc): correct description for `getfullvk` --- zenith-openrpc.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zenith-openrpc.json b/zenith-openrpc.json index e84320d..ce65ad2 100644 --- a/zenith-openrpc.json +++ b/zenith-openrpc.json @@ -794,8 +794,8 @@ }, { "name": "getfullvk", - "summary": "De-shield the given amount of ZEC from the given account", - "description": "Creates a new internal transaction with the requested amount of ZEC to the transparent pool. The fee is not included in the given amount.", + "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"}