diff --git a/src/wallet/rpcwallet.cpp b/src/wallet/rpcwallet.cpp index 2e9139c65..4cac157be 100644 --- a/src/wallet/rpcwallet.cpp +++ b/src/wallet/rpcwallet.cpp @@ -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"