mirror of
https://github.com/monero-project/monero.git
synced 2025-08-06 07:14:20 -04:00
Merge pull request #5029
d1b3990d
p2p: don't stop the idle thread when no gray peers are found (moneromooo-monero)
This commit is contained in:
commit
e59813c3d7
1 changed files with 1 additions and 1 deletions
|
@ -2017,7 +2017,7 @@ namespace nodetool
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
if (!m_peerlist.get_random_gray_peer(pe)) {
|
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);
|
bool success = check_connection_and_handshake_with_peer(pe.adr, pe.last_seen);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue