We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d6ad40 commit 8b2c733Copy full SHA for 8b2c733
src/wallet/rpcdump.cpp
@@ -165,7 +165,7 @@ UniValue abortrescan(const JSONRPCRequest& request)
165
if (request.fHelp || request.params.size() > 0)
166
throw std::runtime_error(
167
"abortrescan\n"
168
- "\nStops current wallet rescan triggered e.g. by an importprivkey call.\n"
+ "\nStops current wallet rescan triggered by an RPC call, e.g. by an importprivkey call.\n"
169
"\nExamples:\n"
170
"\nImport a private key\n"
171
+ HelpExampleCli("importprivkey", "\"mykey\"") +
0 commit comments