Document that Orchard keys are not supported in z_importkey help

This commit is contained in:
Kris Nuttycombe 2022-03-15 16:07:37 -06:00
parent 24ce54f3ed
commit 235767ba6e
1 changed files with 2 additions and 1 deletions

View File

@ -710,7 +710,8 @@ UniValue z_importkey(const UniValue& params, bool fHelp)
if (fHelp || params.size() < 1 || params.size() > 3)
throw runtime_error(
"z_importkey \"zkey\" ( rescan startHeight )\n"
"\nAdds a zkey (as returned by z_exportkey) to your wallet.\n"
"\nAdds a zkey (as returned by z_exportkey) to your wallet."
"\nImport of Orchard keys is not supported.\n"
"\nArguments:\n"
"1. \"zkey\" (string, required) The zkey (see z_exportkey)\n"
"2. rescan (string, optional, default=\"whenkeyisnew\") Rescan the wallet for transactions - can be \"yes\", \"no\" or \"whenkeyisnew\"\n"