diff options
| author | Ross Nicoll <[email protected]> | 2014-03-28 23:40:56 +0000 |
|---|---|---|
| committer | Ross Nicoll <[email protected]> | 2014-03-28 23:40:56 +0000 |
| commit | 48c6ec9af0cef2d6b7aa377def6b2b2de6535480 (patch) | |
| tree | cf7cd3c78d0fd04311184ef1606ce05520f484bb /src/rpcmining.cpp | |
| parent | Replaced references to Bitcoin with Dogecoin/Dogecoin Core as appropriate. (diff) | |
| download | discoin-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.cpp | 2 |
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" |