We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 195822f commit 0f8f515Copy full SHA for 0f8f515
src/rpc/mining.cpp
@@ -252,7 +252,7 @@ static UniValue generatetoaddress(const JSONRPCRequest& request)
252
RPCExamples{
253
"\nGenerate 11 blocks to myaddress\n"
254
+ 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"
+ + "If you are using the " PACKAGE_NAME " wallet, you can get a new address to send the newly generated bitcoin to with:\n"
256
+ HelpExampleCli("getnewaddress", "")
257
},
258
}.Check(request);
0 commit comments