doc: Fix minor typos in rpc help

This commit is contained in:
MarcoFalke
2025-05-15 16:10:29 +02:00
parent fae840e94b
commit fa1f10a49e
3 changed files with 5 additions and 5 deletions

View File

@@ -302,7 +302,7 @@ RPCHelpMan importdescriptors()
return RPCHelpMan{
"importdescriptors",
"Import descriptors. This will trigger a rescan of the blockchain based on the earliest timestamp of all descriptors being imported. Requires a new wallet backup.\n"
"When importing descriptors with multipath key expressions, if the multipath specifier contains exactly two elements, the descriptor produced from the second elements will be imported as an internal descriptor.\n"
"When importing descriptors with multipath key expressions, if the multipath specifier contains exactly two elements, the descriptor produced from the second element will be imported as an internal descriptor.\n"
"\nNote: This call can take over an hour to complete if using an early timestamp; during that time, other rpc calls\n"
"may report that the imported keys, addresses or scripts exist but related transactions are still missing.\n"
"The rescan is significantly faster if block filters are available (using startup option \"-blockfilterindex=1\").\n",