diff --git a/src/node/miner.cpp b/src/node/miner.cpp index 4a60d3b287..26643f532d 100644 --- a/src/node/miner.cpp +++ b/src/node/miner.cpp @@ -722,7 +722,7 @@ void PoSMiner(wallet::CWallet *pwallet) LOCK2(pwallet->cs_wallet, cs_main); if (!SignBlock(*pblock, *pwallet)) { - pwallet->WalletLogPrintf("PoSMiner: failed to sign PoS block"); + pwallet->WalletLogPrintf("PoSMiner: failed to sign PoS block\n"); continue; } }