mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-06-29 10:19:26 +02:00
clarify abortrescan rpc use
This commit is contained in:
@ -165,7 +165,7 @@ UniValue abortrescan(const JSONRPCRequest& request)
|
|||||||
if (request.fHelp || request.params.size() > 0)
|
if (request.fHelp || request.params.size() > 0)
|
||||||
throw std::runtime_error(
|
throw std::runtime_error(
|
||||||
"abortrescan\n"
|
"abortrescan\n"
|
||||||
"\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"
|
||||||
"\nExamples:\n"
|
"\nExamples:\n"
|
||||||
"\nImport a private key\n"
|
"\nImport a private key\n"
|
||||||
+ HelpExampleCli("importprivkey", "\"mykey\"") +
|
+ HelpExampleCli("importprivkey", "\"mykey\"") +
|
||||||
|
Reference in New Issue
Block a user