aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGregory Sanders <[email protected]>2017-11-22 14:06:53 -0500
committerGregory Sanders <[email protected]>2017-11-22 14:06:53 -0500
commit8b2c7330d09fd9dee93b3f44881437b17766aea3 (patch)
treeae50ffd2910c9b6f3811cd4bffc9378b3850ac51 /src
parentMerge #11743: qa: Add multiwallet prefix test (diff)
downloaddiscoin-8b2c7330d09fd9dee93b3f44881437b17766aea3.tar.xz
discoin-8b2c7330d09fd9dee93b3f44881437b17766aea3.zip
clarify abortrescan rpc use
Diffstat (limited to 'src')
-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 fcc4c4387..71d50be63 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\"") +