Auto merge of #4017 - bitcartel:fix_sapling_rpc_help_typo, r=Eirik0

Fix typo and clean up help message for RPC z_getmigrationstatus.
This commit is contained in:
Homu 2019-06-05 18:27:22 -07:00
commit 70d8489663
1 changed files with 1 additions and 2 deletions

View File

@ -3937,8 +3937,7 @@ UniValue z_getmigrationstatus(const UniValue& params, bool fHelp) {
throw runtime_error(
"z_getmigrationstatus\n"
"Returns information about the status of the Sprout to Sapling migration.\n"
"In the result a transactions is defined as finalized if and only if it has\n"
"at least ten confirmations.\n"
"A transaction is defined as finalized if it has at least ten confirmations.\n"
"Note: It is possible that manually created transactions involving this wallet\n"
"will be included in the result.\n"
"\nResult:\n"