add node_info_update calls
This commit is contained in:
@@ -464,6 +464,10 @@ impl Network {
|
||||
|
||||
info!("network started");
|
||||
self.inner.lock().network_started = true;
|
||||
|
||||
// Inform routing table entries that our dial info has changed
|
||||
self.routing_table().send_node_info_updates();
|
||||
|
||||
Ok(())
|
||||
}
|
||||
|
||||
|
@@ -474,6 +474,9 @@ impl Network {
|
||||
|
||||
log_net!(debug "network class set to {:?}", network_class);
|
||||
|
||||
// send updates to everyone
|
||||
self.routing_table().send_node_info_updates();
|
||||
|
||||
Ok(())
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user