mirror of
https://github.com/serai-dex/serai.git
synced 2024-12-22 19:49:22 +00:00
Add TODO to coordinator P2P
This commit is contained in:
parent
4cacce5e55
commit
bc44fbdbac
1 changed files with 2 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue