docs(rpc): correct description for getfullvk
This commit is contained in:
parent
4d8fb534f4
commit
eda70396ba
1 changed files with 2 additions and 2 deletions
|
@ -794,8 +794,8 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "getfullvk",
|
"name": "getfullvk",
|
||||||
"summary": "De-shield the given amount of ZEC from the given account",
|
"summary": "Derive the full viewing key for 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.",
|
"description": "Derive the full viewing key for the given account, encoded per ZIP-316.",
|
||||||
"tags": [
|
"tags": [
|
||||||
{ "$ref": "#/components/tags/draft"},
|
{ "$ref": "#/components/tags/draft"},
|
||||||
{ "$ref": "#/components/tags/wip"}
|
{ "$ref": "#/components/tags/wip"}
|
||||||
|
|
Loading…
Reference in a new issue