doc: fix typo in abortrescan rpc

This commit is contained in:
MarcoFalke 2025-05-07 17:29:39 +02:00
parent fa7e5c15a7
commit eeeef88d46
No known key found for this signature in database

View File

@ -946,7 +946,7 @@ RPCHelpMan rescanblockchain()
RPCHelpMan abortrescan() RPCHelpMan abortrescan()
{ {
return RPCHelpMan{"abortrescan", return RPCHelpMan{"abortrescan",
"\nStops current wallet rescan triggered by an RPC call, e.g. by an rescanblockchain call.\n" "Stops current wallet rescan triggered by an RPC call, e.g. by a rescanblockchain call.\n"
"Note: Use \"getwalletinfo\" to query the scanning progress.\n", "Note: Use \"getwalletinfo\" to query the scanning progress.\n",
{}, {},
RPCResult{RPCResult::Type::BOOL, "", "Whether the abort was successful"}, RPCResult{RPCResult::Type::BOOL, "", "Whether the abort was successful"},