diff options
| author | ummjackson <[email protected]> | 2014-02-14 20:51:35 +1100 |
|---|---|---|
| committer | ummjackson <[email protected]> | 2014-02-14 20:51:35 +1100 |
| commit | 9dce6acb3d4d5ceaacf7305a36c61ea1dfe035d0 (patch) | |
| tree | a2f640acd349cafc8a98d7b6a2e10f1aeac6fb6b | |
| parent | Merge pull request #243 from tchandy/finishing_ptbr_translation (diff) | |
| parent | Update init.cpp (diff) | |
| download | discoin-9dce6acb3d4d5ceaacf7305a36c61ea1dfe035d0.tar.xz discoin-9dce6acb3d4d5ceaacf7305a36c61ea1dfe035d0.zip | |
Merge pull request #242 from BlameByte/patch-1
init.cpp
| -rw-r--r-- | src/init.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/init.cpp b/src/init.cpp index 0f4251b5b..e8f195c80 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -1,4 +1,3 @@ - // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2012 The Bitcoin developers // Copyright (c) 2013-2014 Dogecoin Developers @@ -97,7 +96,7 @@ void Shutdown() TRY_LOCK(cs_Shutdown, lockShutdown); if (!lockShutdown) return; - RenameThread("bitcoin-shutoff"); + RenameThread("dogecoin-shutoff"); nTransactionsUpdated++; StopRPCThreads(); ShutdownRPCMining(); |