Skip to content

Commit 8b2c733

Browse files
committed
clarify abortrescan rpc use
1 parent 3d6ad40 commit 8b2c733

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wallet/rpcdump.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ UniValue abortrescan(const JSONRPCRequest& request)
165165
if (request.fHelp || request.params.size() > 0)
166166
throw std::runtime_error(
167167
"abortrescan\n"
168-
"\nStops current wallet rescan triggered e.g. by an importprivkey call.\n"
168+
"\nStops current wallet rescan triggered by an RPC call, e.g. by an importprivkey call.\n"
169169
"\nExamples:\n"
170170
"\nImport a private key\n"
171171
+ HelpExampleCli("importprivkey", "\"mykey\"") +

0 commit comments

Comments
 (0)