Merge 7ed2768dca into merged_master (Elements PR #1421)

This commit is contained in:
Byron Hambly 2025-02-28 15:02:20 +02:00
commit 5c10c048e6
No known key found for this signature in database
GPG key ID: DE8F6EA20A661697
7 changed files with 37 additions and 20 deletions

View file

@ -2794,7 +2794,6 @@ void PeerManagerImpl::ProcessHeadersMessage(CNode& pfrom, Peer& peer,
nodestate->fSyncStarted = false;
nodestate->m_headers_sync_timeout = 0us;
}
return;
}
}
}