mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-14 12:43:40 +02:00
Merge 7ff8e6b240 into merged_master (Bitcoin PR bitcoin/bitcoin#28318)
This commit is contained in:
commit
d8be967dc7
10 changed files with 139 additions and 55 deletions
|
|
@ -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());
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue