mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-04-28 03:00:18 -04:00
net: disconnect from seed after performing seed protocol
This commit is contained in:
@@ -107,7 +107,8 @@ impl SeedSession {
|
||||
|
||||
self.clone().register_channel(channel.clone(), executor.clone()).await?;
|
||||
|
||||
//self.attach_protocols(channel, hosts, settings, executor).await?;
|
||||
debug!("Disconnecting from seed #{} [{}]", seed_index, seed);
|
||||
channel.stop().await;
|
||||
|
||||
debug!(target: "net", "SeedSession::start_seed(i={}) [END]", seed_index);
|
||||
Ok(())
|
||||
|
||||
Reference in New Issue
Block a user