Multi-threaded signatures checking support, rename threads.
[novacoin.git] / src / walletdb.cpp
index e23b291..556faf3 100644 (file)
@@ -543,7 +543,7 @@ DBErrors CWalletDB::LoadWallet(CWallet* pwallet)
 void ThreadFlushWalletDB(void* parg)
 {
     // Make this thread recognisable as the wallet flushing thread
-    RenameThread("bitcoin-wallet");
+    RenameThread("novacoin-wallet");
 
     const string& strFile = ((const string*)parg)[0];
     static bool fOneThread;