Fixed bug. Now only dial to CONNECTTO peers.

This commit is contained in:
Alberto Soutullo 2023-12-29 17:17:09 +01:00
parent b9b0d56170
commit d04d5da93c
No known key found for this signature in database
GPG Key ID: A7CAC0D8343B0387
1 changed files with 1 additions and 0 deletions

View File

@ -137,6 +137,7 @@ async fn main() -> Result<(), Box<dyn Error>> {
.build()) {
Ok(..) => {
println!("Dial sent to {}", addrs);
connected += 1;
break;
}
Err(e) => {