aboutsummaryrefslogtreecommitdiff
path: root/src/rpcmining.cpp
diff options
context:
space:
mode:
authorRoss Nicoll <[email protected]>2014-03-28 23:40:56 +0000
committerRoss Nicoll <[email protected]>2014-03-28 23:40:56 +0000
commit48c6ec9af0cef2d6b7aa377def6b2b2de6535480 (patch)
treecf7cd3c78d0fd04311184ef1606ce05520f484bb /src/rpcmining.cpp
parentReplaced references to Bitcoin with Dogecoin/Dogecoin Core as appropriate. (diff)
downloaddiscoin-48c6ec9af0cef2d6b7aa377def6b2b2de6535480.tar.xz
discoin-48c6ec9af0cef2d6b7aa377def6b2b2de6535480.zip
Replaced occurrences of "bitcoin" with "dogecoin" or "Dogecoin" as appropriate
(specific, use of "Dogecoin" as a noun are now capitalised).
Diffstat (limited to 'src/rpcmining.cpp')
-rw-r--r--src/rpcmining.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rpcmining.cpp b/src/rpcmining.cpp
index 6d1516db6..67a0fb07b 100644
--- a/src/rpcmining.cpp
+++ b/src/rpcmining.cpp
@@ -119,7 +119,7 @@ Value getgenerate(const Array& params, bool fHelp)
throw runtime_error(
"getgenerate\n"
"\nReturn if the server is set to generate coins or not. The default is false.\n"
- "It is set with the command line argument -gen (or bitcoin.conf setting gen)\n"
+ "It is set with the command line argument -gen (or dogecoin.conf setting gen)\n"
"It can also be set with the setgenerate call.\n"
"\nResult\n"
"true|false (boolean) If the server is set to generate coins or not\n"