Skip to content

Commit 0f8f515

Browse files
committed
RPC: Rephrase generatetoaddress help, and use PACKAGE_NAME
1 parent 195822f commit 0f8f515

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)