mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-15 12:51:00 +02:00
RPC: Rephrase generatetoaddress help, and use PACKAGE_NAME
This commit is contained in:
parent
195822f1e0
commit
0f8f515445
1 changed files with 1 additions and 1 deletions
|
|
@ -252,7 +252,7 @@ static UniValue generatetoaddress(const JSONRPCRequest& request)
|
|||
RPCExamples{
|
||||
"\nGenerate 11 blocks to myaddress\n"
|
||||
+ HelpExampleCli("generatetoaddress", "11 \"myaddress\"")
|
||||
+ "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"
|
||||
+ HelpExampleCli("getnewaddress", "")
|
||||
},
|
||||
}.Check(request);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue