Fix typo and clean up help message for RPC z_getmigrationstatus.

This commit is contained in:
Simon 2019-05-15 11:06:37 -07:00
parent 488067613c
commit 831611edd3
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"