aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/rpcdump.cpp
diff options
context:
space:
mode:
authorGregory Sanders <gsanders87@gmail.com>2017-11-22 14:06:53 -0500
committerGregory Sanders <gsanders87@gmail.com>2017-11-22 14:06:53 -0500
commit8b2c7330d09fd9dee93b3f44881437b17766aea3 (patch)
treeae50ffd2910c9b6f3811cd4bffc9378b3850ac51 /src/wallet/rpcdump.cpp
parent3d6ad407770e13958e157bf026cae0bfb9254899 (diff)
downloadbitcoin-8b2c7330d09fd9dee93b3f44881437b17766aea3.tar.xz
clarify abortrescan rpc use
Diffstat (limited to 'src/wallet/rpcdump.cpp')
-rw-r--r--src/wallet/rpcdump.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wallet/rpcdump.cpp b/src/wallet/rpcdump.cpp
index fcc4c43872..71d50be634 100644
--- a/src/wallet/rpcdump.cpp
+++ b/src/wallet/rpcdump.cpp
@@ -165,7 +165,7 @@ UniValue abortrescan(const JSONRPCRequest& request)
if (request.fHelp || request.params.size() > 0)
throw std::runtime_error(
"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"
"\nImport a private key\n"
+ HelpExampleCli("importprivkey", "\"mykey\"") +