Fixed bug. Now only dial to CONNECTTO peers.
This commit is contained in:
parent
b9b0d56170
commit
d04d5da93c
|
@ -137,6 +137,7 @@ async fn main() -> Result<(), Box<dyn Error>> {
|
|||
.build()) {
|
||||
Ok(..) => {
|
||||
println!("Dial sent to {}", addrs);
|
||||
connected += 1;
|
||||
break;
|
||||
}
|
||||
Err(e) => {
|
||||
|
|
Loading…
Reference in New Issue