mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-02-09 02:59:31 +08:00
doc: fix typo in abortrescan rpc
This commit is contained in:
@@ -946,7 +946,7 @@ RPCHelpMan rescanblockchain()
|
||||
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",
|
||||
{},
|
||||
RPCResult{RPCResult::Type::BOOL, "", "Whether the abort was successful"},
|
||||
|
||||
Reference in New Issue
Block a user