Merge dbf81a73e3 into merged_master (Bitcoin PR bitcoin/bitcoin#24079)

This commit is contained in:
Byron Hambly 2023-06-20 11:34:15 +00:00
commit 77e3aef46b
3 changed files with 4 additions and 4 deletions

View file

@ -2687,7 +2687,7 @@ void PeerManagerImpl::ProcessMessage(CNode& pfrom, const std::string& msg_type,
pfrom.nServices = nServices;
pfrom.SetAddrLocal(addrMe);
{
LOCK(pfrom.cs_SubVer);
LOCK(pfrom.m_subver_mutex);
pfrom.cleanSubVer = cleanSubVer;
}
peer->m_starting_height = starting_height;