diff options
| author | Tomo Ueda <[email protected]> | 2021-09-02 12:54:43 -0700 |
|---|---|---|
| committer | Tomo Ueda <[email protected]> | 2021-09-02 12:54:43 -0700 |
| commit | f5c716526aaafb318a98e974c8b2fbe02870646b (patch) | |
| tree | e14145656fcff86ec2c7a1ecf4ad28e0b40f36aa /src/init.cpp | |
| parent | s/DOGE/DIS/g (diff) | |
| download | discoin-f5c716526aaafb318a98e974c8b2fbe02870646b.tar.xz discoin-f5c716526aaafb318a98e974c8b2fbe02870646b.zip | |
really s/doge/dis/g this time
Diffstat (limited to 'src/init.cpp')
| -rw-r--r-- | src/init.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/init.cpp b/src/init.cpp index dd1942133..d6252be03 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -193,7 +193,7 @@ void Shutdown() /// for example if the data directory was found to be locked. /// Be sure that anything that writes files or flushes caches only does this if the respective /// module was initialized. - RenameThread("dogecoin-shutoff"); + RenameThread("discoin-shutoff"); mempool.AddTransactionsUpdated(1); StopHTTPRPC(); @@ -510,8 +510,8 @@ std::string HelpMessage(HelpMessageMode mode) std::string LicenseInfo() { - const std::string URL_SOURCE_CODE = "<https://github.com/dogecoin/dogecoin>"; - const std::string URL_WEBSITE = "<https://dogecoin.com>"; + const std::string URL_SOURCE_CODE = "<https://github.com/discoin/discoin>"; + const std::string URL_WEBSITE = "<https://discoin.com>"; return CopyrightHolders(strprintf(_("Copyright (C) %i-%i"), 2013, COPYRIGHT_YEAR) + " ") + "\n" + "\n" + @@ -615,7 +615,7 @@ void CleanupBlockRevFiles() void ThreadImport(std::vector<boost::filesystem::path> vImportFiles) { const CChainParams& chainparams = Params(); - RenameThread("dogecoin-loadblk"); + RenameThread("discoin-loadblk"); { CImportingNow imp; |