Skip to content

Commit 75edf2c

Browse files
author
MarcoFalke
committed
Merge #19282: RPC: Rephrase generatetoaddress help, and use PACKAGE_NAME
0f8f515 RPC: Rephrase generatetoaddress help, and use PACKAGE_NAME (Luke Dashjr) Pull request description: Top commit has no ACKs. Tree-SHA512: 357c6e0bd1b144213ca6cf0bfd649c7a482c2d6d5e98a254d20c8365d228dc71ae1b78aca4918fdbf065f8894ef82f8a475902d605204275bb99fe77d4b42fae
2 parents 195822f + 0f8f515 commit 75edf2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rpc/mining.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ static UniValue generatetoaddress(const JSONRPCRequest& request)
252252
RPCExamples{
253253
"\nGenerate 11 blocks to myaddress\n"
254254
+ HelpExampleCli("generatetoaddress", "11 \"myaddress\"")
255-
+ "If you are running the bitcoin core wallet, you can get a new address to send the newly generated bitcoin to with:\n"
255+
+ "If you are using the " PACKAGE_NAME " wallet, you can get a new address to send the newly generated bitcoin to with:\n"
256256
+ HelpExampleCli("getnewaddress", "")
257257
},
258258
}.Check(request);

0 commit comments

Comments
 (0)