From 24a75fe4f88e948d0cf9ac643f9b8b788f2a18eb Mon Sep 17 00:00:00 2001 From: Alfredo Garcia Date: Tue, 7 Apr 2020 10:46:42 -0300 Subject: [PATCH] change unclear wording in z_import calls address returned --- src/wallet/rpcdump.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wallet/rpcdump.cpp b/src/wallet/rpcdump.cpp index a56d2423a..d9cb7e976 100644 --- a/src/wallet/rpcdump.cpp +++ b/src/wallet/rpcdump.cpp @@ -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"