Change some Bitcoin strings to Zcash strings.

This commit is contained in:
Sean Bowe
2016-10-26 13:29:05 -06:00
parent ea4c08d43d
commit 58c4c0bba3
5 changed files with 63 additions and 63 deletions

View File

@@ -885,7 +885,7 @@ DBErrors CWalletDB::ZapWalletTx(CWallet* pwallet, vector<CWalletTx>& vWtx)
void ThreadFlushWalletDB(const string& strFile)
{
// Make this thread recognisable as the wallet flushing thread
RenameThread("bitcoin-wallet");
RenameThread("zcash-wallet");
static bool fOneThread;
if (fOneThread)