Merge pull request #5029

d1b3990d p2p: don't stop the idle thread when no gray peers are found (moneromooo-monero)
release-v0.6.1.2
Riccardo Spagni 5 years ago
commit e59813c3d7
No known key found for this signature in database
GPG Key ID: 55432DF31CCD4FCD

@ -2017,7 +2017,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…
Cancel
Save