Auto merge of #4041 - Eirik0:getmigrationstatus-help, r=str4d

z_getmigrationstatus help message wording change

This is follow up from #4017
This commit is contained in:
Homu 2019-06-06 15:23:50 -07:00
commit 4c7b44bbdb
1 changed files with 2 additions and 2 deletions

View File

@ -3937,8 +3937,8 @@ 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"
"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"
"Note: A transaction is defined as finalized if it has at least ten confirmations.\n"
"Also, it is possible that manually created transactions involving this wallet\n"
"will be included in the result.\n"
"\nResult:\n"
"{\n"