mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-13 12:33:42 +02:00
Merge dbf81a73e3 into merged_master (Bitcoin PR bitcoin/bitcoin#24079)
This commit is contained in:
commit
77e3aef46b
3 changed files with 4 additions and 4 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue