Add missing newline to rescan log line

This commit is contained in:
Duke Leto
2021-09-09 12:36:59 -04:00
parent 3d4123ee88
commit f19c70bfa6

View File

@@ -2738,7 +2738,7 @@ int CWallet::ScanForWalletTransactions(CBlockIndex* pindexStart, bool fUpdate)
// Build initial witness caches for blocks involving one of our addresses // Build initial witness caches for blocks involving one of our addresses
if (involvesMe) { if (involvesMe) {
LogPrintf("%s: block has one of our transactions, building witness cache", __func__); LogPrintf("%s: block has one of our transactions, building witness cache\n", __func__);
BuildWitnessCache(pindex, true); BuildWitnessCache(pindex, true);
} }