mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-13 12:33:42 +02:00
Merge 33707a2a88 into merged_master (Bitcoin PR bitcoin/bitcoin#22782)
This commit is contained in:
commit
6d32af1662
9 changed files with 19 additions and 44 deletions
|
|
@ -4150,7 +4150,7 @@ bool PeerManagerImpl::ProcessMessages(CNode* pfrom, std::atomic<bool>& interrupt
|
|||
|
||||
TRACE6(net, inbound_message,
|
||||
pfrom->GetId(),
|
||||
pfrom->GetAddrName().c_str(),
|
||||
pfrom->m_addr_name.c_str(),
|
||||
pfrom->ConnectionTypeAsString().c_str(),
|
||||
msg.m_command.c_str(),
|
||||
msg.m_recv.size(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue