Skip to content

Commit eeeef88

Browse files
author
MarcoFalke
committed
doc: fix typo in abortrescan rpc
1 parent fa7e5c1 commit eeeef88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wallet/rpc/transactions.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -946,7 +946,7 @@ RPCHelpMan rescanblockchain()
946946
RPCHelpMan abortrescan()
947947
{
948948
return RPCHelpMan{"abortrescan",
949-
"\nStops current wallet rescan triggered by an RPC call, e.g. by an rescanblockchain call.\n"
949+
"Stops current wallet rescan triggered by an RPC call, e.g. by a rescanblockchain call.\n"
950950
"Note: Use \"getwalletinfo\" to query the scanning progress.\n",
951951
{},
952952
RPCResult{RPCResult::Type::BOOL, "", "Whether the abort was successful"},

0 commit comments

Comments
 (0)