diff options
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index bcc5e60d78..c4472c4556 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -3595,7 +3595,7 @@ void static BitcoinMiner(CWallet *pwallet) SetThreadPriority(THREAD_PRIORITY_LOWEST); // Make this thread recognisable as the mining thread - RenameThread("bitcoin [miner]"); + RenameThread("bitcoin-miner"); // Each thread has its own key and counter CReserveKey reservekey(pwallet); |