diff options
| author | Tomo Ueda <[email protected]> | 2021-09-02 12:55:18 -0700 |
|---|---|---|
| committer | Tomo Ueda <[email protected]> | 2021-09-02 12:55:18 -0700 |
| commit | e64843ced509c24f783276d4cc0f2f26c9d527f2 (patch) | |
| tree | 7956d4ea416c5b3a531dbc6f356e1c9a643d9690 /src/init.cpp | |
| parent | really s/doge/dis/g this time (diff) | |
| download | discoin-e64843ced509c24f783276d4cc0f2f26c9d527f2.tar.xz discoin-e64843ced509c24f783276d4cc0f2f26c9d527f2.zip | |
really s/Doge/Dis/g this time
Diffstat (limited to 'src/init.cpp')
| -rw-r--r-- | src/init.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/init.cpp b/src/init.cpp index d6252be03..a55c751b5 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -201,7 +201,7 @@ void Shutdown() StopRPC(); StopHTTPServer(); #ifdef ENABLE_WALLET - // Dogecoin 1.14 TODO: ShutdownRPCMining(); + // Discoin 1.14 TODO: ShutdownRPCMining(); if (pwalletMain) pwalletMain->Flush(false); #endif @@ -793,7 +793,7 @@ void InitLogging() fLogIPs = GetBoolArg("-logips", DEFAULT_LOGIPS); LogPrintf("\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n"); - LogPrintf("Dogecoin version %s\n", FormatFullVersion()); + LogPrintf("Discoin version %s\n", FormatFullVersion()); } namespace { // Variables internal to initialization process only @@ -1667,7 +1667,7 @@ bool AppInitMain(boost::thread_group& threadGroup, CScheduler& scheduler) // ********************************************************* Step 12: finished - // Dogecoin: Do we need to do any RPC mining init here? + // Discoin: Do we need to do any RPC mining init here? SetRPCWarmupFinished(); uiInterface.InitMessage(_("Done loading")); |