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 c9f0295 commit ab9aca2Copy full SHA for ab9aca2
src/rpc/mining.cpp
@@ -167,6 +167,8 @@ static UniValue generatetoaddress(const JSONRPCRequest& request)
167
"\nExamples:\n"
168
"\nGenerate 11 blocks to myaddress\n"
169
+ HelpExampleCli("generatetoaddress", "11 \"myaddress\"")
170
+ + "If you are running the bitcoin core wallet, you can get a new address to send the newly generated bitcoin to with:\n"
171
+ + HelpExampleCli("getnewaddress", "")
172
);
173
174
int nGenerate = request.params[0].get_int();
0 commit comments