mirror of
https://github.com/Retropex/bitcoin.git
synced 2025-05-12 19:20:42 +02:00
doc: fix typo in abortrescan rpc
This commit is contained in:
parent
fa7e5c15a7
commit
eeeef88d46
@ -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"},
|
||||
|
Loading…
Reference in New Issue
Block a user