change unclear wording in z_import calls address returned

This commit is contained in:
Alfredo Garcia 2020-04-07 10:46:42 -03:00
parent de5b69f160
commit 24a75fe4f8
1 changed files with 2 additions and 2 deletions

View File

@ -682,7 +682,7 @@ UniValue z_importkey(const UniValue& params, bool fHelp)
"\nResult:\n"
"{\n"
" \"type\" : \"xxxx\", (string) \"sprout\" or \"sapling\"\n"
" \"address\" : \"address|DefaultAddress\", (string) The address(sprout) or the DefaultAddress(sapling)\n"
" \"address\" : \"address|DefaultAddress\", (string) The address corresponding to the spending key (for Sapling, this is the default address).\n"
"}\n"
"\nExamples:\n"
"\nExport a zkey\n"
@ -786,7 +786,7 @@ UniValue z_importviewingkey(const UniValue& params, bool fHelp)
"\nResult:\n"
"{\n"
" \"type\" : \"xxxx\", (string) \"sprout\" or \"sapling\"\n"
" \"address\" : \"address|DefaultAddress\", (string) The address(sprout) or the DefaultAddress(sapling)\n"
" \"address\" : \"address|DefaultAddress\", (string) The address corresponding to the viewing key (for Sapling, this is the default address).\n"
"}\n"
"\nExamples:\n"
"\nImport a viewing key\n"