docs(rpc): correct description for getfullvk

This commit is contained in:
Rene Vergara 2025-01-13 12:57:08 -06:00
parent 4d8fb534f4
commit eda70396ba
Signed by: pitmutt
SSH key fingerprint: SHA256:vNa8FIqbBZjV9hOCkXyOzd7gqWCMCfkcfiPH2zaGfQ0

View file

@ -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"}