From f5c716526aaafb318a98e974c8b2fbe02870646b Mon Sep 17 00:00:00 2001 From: Tomo Ueda Date: Thu, 2 Sep 2021 12:54:43 -0700 Subject: really s/doge/dis/g this time --- src/rpc/mining.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/rpc/mining.cpp') 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" -- cgit v1.2.3