aboutsummaryrefslogtreecommitdiff
path: root/src/init.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/init.cpp')
-rw-r--r--src/init.cpp8
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;