Skip to content

Commit d452018

Browse files
committed
Dashify generatetoaddress help string
1 parent 6eaafa8 commit d452018

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rpc/mining.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ UniValue generatetoaddress(const JSONRPCRequest& request)
195195
"\nMine blocks immediately to a specified address (before the RPC call returns)\n"
196196
"\nArguments:\n"
197197
"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"
198+
"2. address (string, required) The address to send the newly generated Dash to.\n"
199199
"3. maxtries (numeric, optional) How many iterations to try (default = 1000000).\n"
200200
"\nResult\n"
201201
"[ blockhashes ] (array) hashes of blocks generated\n"

0 commit comments

Comments
 (0)