Merge 606e306277 into merged_master (Bitcoin PR bitcoin/bitcoin#22981)

This commit is contained in:
Byron Hambly 2023-05-26 13:47:21 +00:00
commit 8250bf53d2
10 changed files with 29 additions and 29 deletions

View file

@ -4169,7 +4169,7 @@ bool PeerManagerImpl::ProcessMessages(CNode* pfrom, std::atomic<bool>& interrupt
);
if (gArgs.GetBoolArg("-capturemessages", false)) {
CaptureMessage(pfrom->addr, msg.m_command, MakeUCharSpan(msg.m_recv), /* incoming */ true);
CaptureMessage(pfrom->addr, msg.m_command, MakeUCharSpan(msg.m_recv), /*is_incoming=*/true);
}
msg.SetVersion(pfrom->GetCommonVersion());