mirror of
https://git.wownero.com/wownero/wownero.git
synced 2025-01-08 03:08:51 +00:00
p2p: don't stop the idle thread when no gray peers are found
This commit is contained in:
parent
816c223a05
commit
9a82e73e5d
@ -2008,7 +2008,7 @@ namespace nodetool
|
||||
return false;
|
||||
|
||||
if (!m_peerlist.get_random_gray_peer(pe)) {
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
|
||||
bool success = check_connection_and_handshake_with_peer(pe.adr, pe.last_seen);
|
||||
|
Loading…
Reference in New Issue
Block a user