relay
This commit is contained in:
@@ -519,7 +519,7 @@ impl Network {
|
||||
self.inner.lock().network_started = true;
|
||||
|
||||
// Inform routing table entries that our dial info has changed
|
||||
self.routing_table().send_node_info_updates().await;
|
||||
self.routing_table().send_node_info_updates(true).await;
|
||||
|
||||
Ok(())
|
||||
}
|
||||
|
@@ -644,7 +644,7 @@ impl Network {
|
||||
log_net!(debug "network class changed to {:?}", network_class);
|
||||
|
||||
// Send updates to everyone
|
||||
routing_table.send_node_info_updates().await;
|
||||
routing_table.send_node_info_updates(true).await;
|
||||
}
|
||||
|
||||
Ok(())
|
||||
|
Reference in New Issue
Block a user