Skip to content

Commit

Permalink
Update walletdb.cpp
Browse files Browse the repository at this point in the history
changed shortcut error
  • Loading branch information
ChekaZ authored Feb 1, 2018
1 parent 5dea809 commit 8b907b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/walletdb.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,7 @@ DBErrors CWalletDB::LoadWallet(CWallet* pwallet)
void ThreadFlushWalletDB(void* parg)
{
// Make this thread recognisable as the wallet flushing thread
RenameThread("trz-wallet");
RenameThread("tzc-wallet");

const string& strFile = ((const string*)parg)[0];
static bool fOneThread;
Expand Down

0 comments on commit 8b907b5

Please sign in to comment.