Skip to content

Commit ff20819

Browse files
laanwjPastaPastaPasta
authored andcommitted
Merge bitcoin#11753: clarify abortrescan rpc use
8b2c733 clarify abortrescan rpc use (Gregory Sanders) Pull request description: `-rescan` during startup doesn't apply since RPC has not warmed up by that point Tree-SHA512: 0b6738ed9429ca41edbfa23bb3e2da23bb16fed9e55c1803ab140b2efc49ef3295bb8b7eeb8c24df94204c5b3fb25d0d57cbc8d1be11856a5763c9fde71bceba
1 parent 151e920 commit ff20819

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wallet/rpcdump.cpp

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

0 commit comments

Comments
 (0)