Add TODO to coordinator P2P

This commit is contained in:
Luke Parker 2024-03-23 23:31:20 -04:00
parent 4cacce5e55
commit bc44fbdbac
No known key found for this signature in database

View file

@ -322,6 +322,8 @@ impl LibP2p {
to_dial_send.send(addr).unwrap();
};
// TODO: We should also connect to random peers from random nets as needed for
// cosigning
let mut to_retry = vec![];
while let Some(network) = pending_p2p_connections_recv.recv().await {
if let Ok(mut nodes) = serai.p2p_validators(network).await {