mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-14 12:43:40 +02:00
Merge 2968417948 into merged_master (Bitcoin PR bitcoin/bitcoin#22013)
This commit is contained in:
commit
4ccd7f4e36
1 changed files with 1 additions and 1 deletions
|
|
@ -1638,7 +1638,7 @@ void CConnman::ThreadDNSAddressSeed()
|
|||
{
|
||||
LOCK(cs_vNodes);
|
||||
for (const CNode* pnode : vNodes) {
|
||||
if (pnode->fSuccessfullyConnected && pnode->IsOutboundOrBlockRelayConn()) ++nRelevant;
|
||||
if (pnode->fSuccessfullyConnected && pnode->IsFullOutboundConn()) ++nRelevant;
|
||||
}
|
||||
}
|
||||
if (nRelevant >= 2) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue