mirror of
https://github.com/vacp2p/dst-gossipsub-test-node-rust.git
synced 2026-01-08 22:48:01 -05:00
Fixed bug. Now only dial to CONNECTTO peers.
This commit is contained in:
@@ -137,6 +137,7 @@ async fn main() -> Result<(), Box<dyn Error>> {
|
||||
.build()) {
|
||||
Ok(..) => {
|
||||
println!("Dial sent to {}", addrs);
|
||||
connected += 1;
|
||||
break;
|
||||
}
|
||||
Err(e) => {
|
||||
|
||||
Reference in New Issue
Block a user