mirror of
https://github.com/monero-project/monero.git
synced 2025-12-05 20:40:22 -08:00
Merge pull request #8640
1a3ae18 p2p: fix back ping to discover healthy peers to connect to (j-berman)
This commit is contained in:
@@ -2413,7 +2413,7 @@ namespace nodetool
|
||||
return false;
|
||||
}
|
||||
return true;
|
||||
});
|
||||
}, "0.0.0.0", m_ssl_support);
|
||||
if(!r)
|
||||
{
|
||||
LOG_WARNING_CC(context, "Failed to call connect_async, network error.");
|
||||
|
||||
Reference in New Issue
Block a user