Merge 75edf2cf02 into merged_master (Bitcoin PR #19282)

This commit is contained in:
Andrew Poelstra 2020-11-26 01:09:04 +00:00
commit 8b03cbaf35

View file

@ -272,7 +272,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);