Merge 7ff8e6b240 into merged_master (Bitcoin PR bitcoin/bitcoin#28318)

This commit is contained in:
Byron Hambly 2025-11-18 09:03:13 +02:00
commit d8be967dc7
No known key found for this signature in database
GPG key ID: DE8F6EA20A661697
10 changed files with 139 additions and 55 deletions

View file

@ -4464,7 +4464,7 @@ void PeerManagerImpl::ProcessMessage(CNode& pfrom, const std::string& msg_type,
}
if (received_new_header) {
LogPrintfCategory(BCLog::NET, "Saw new cmpctblock header hash=%s peer=%d\n",
LogInfo("Saw new cmpctblock header hash=%s peer=%d\n",
blockhash.ToString(), pfrom.GetId());
}