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 6eaafa8 commit d452018Copy full SHA for d452018
src/rpc/mining.cpp
@@ -195,7 +195,7 @@ UniValue generatetoaddress(const JSONRPCRequest& request)
195
"\nMine blocks immediately to a specified address (before the RPC call returns)\n"
196
"\nArguments:\n"
197
"1. numblocks (numeric, required) How many blocks are generated immediately.\n"
198
- "2. address (string, required) The address to send the newly generated bitcoin to.\n"
+ "2. address (string, required) The address to send the newly generated Dash to.\n"
199
"3. maxtries (numeric, optional) How many iterations to try (default = 1000000).\n"
200
"\nResult\n"
201
"[ blockhashes ] (array) hashes of blocks generated\n"
0 commit comments