update
This commit is contained in:
@@ -481,7 +481,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();
|
||||
self.routing_table().send_node_info_updates().await;
|
||||
|
||||
Ok(())
|
||||
}
|
||||
|
@@ -618,7 +618,7 @@ impl Network {
|
||||
log_net!(debug "network class changed to {:?}", network_class);
|
||||
|
||||
// Send updates to everyone
|
||||
routing_table.send_node_info_updates();
|
||||
routing_table.send_node_info_updates().await;
|
||||
}
|
||||
|
||||
Ok(())
|
||||
|
Reference in New Issue
Block a user