diff options
Diffstat (limited to 'src/rpc/mining.cpp')
| -rw-r--r-- | src/rpc/mining.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rpc/mining.cpp b/src/rpc/mining.cpp index 0637d6b33..2309030ac 100644 --- a/src/rpc/mining.cpp +++ b/src/rpc/mining.cpp @@ -220,7 +220,7 @@ UniValue generatetoaddress(const JSONRPCRequest& request) "\nMine blocks immediately to a specified address (before the RPC call returns)\n" "\nArguments:\n" "1. nblocks (numeric, required) How many blocks are generated immediately.\n" - "2. address (string, required) The address to send the newly generated dogecoin to.\n" + "2. address (string, required) The address to send the newly generated discoin to.\n" "3. maxtries (numeric, optional) How many iterations to try (default = 1000000).\n" "4. auxpow (numeric, optional) If the block should include the auxpow header (default = 0).\n" "\nResult:\n" |