rpc: doc: drop descriptor wallet mentions in fast wallet rescan related RPCs

Now that we only ever operate on descriptor wallets, mentioning
that a faster rescan is only available for them is redundant and
can be removed.

These texts were originally introduced in commit
ca48a4694f (PR #25957).
This commit is contained in:
Sebastian Falbesoner
2025-05-23 00:15:05 +02:00
parent db465a50e2
commit 7a05f941bb
2 changed files with 4 additions and 4 deletions

View File

@@ -611,8 +611,8 @@ RPCHelpMan restorewallet()
return RPCHelpMan{
"restorewallet",
"Restores and loads a wallet from backup.\n"
"\nThe rescan is significantly faster if a descriptor wallet is restored"
"\nand block filters are available (using startup option \"-blockfilterindex=1\").\n",
"\nThe rescan is significantly faster if block filters are available"
"\n(using startup option \"-blockfilterindex=1\").\n",
{
{"wallet_name", RPCArg::Type::STR, RPCArg::Optional::NO, "The name that will be applied to the restored wallet"},
{"backup_file", RPCArg::Type::STR, RPCArg::Optional::NO, "The backup file that will be used to restore the wallet."},