connection fix

This commit is contained in:
Christien Rioux
2023-09-14 15:51:09 -04:00
parent 680c987321
commit 17ea68fb84
6 changed files with 95 additions and 8 deletions

View File

@@ -244,7 +244,7 @@ pub trait NodeRefBase: Sized {
})
}
fn all_filtered_dial_info_details<F>(&self) -> Vec<DialInfoDetail> {
fn all_filtered_dial_info_details(&self) -> Vec<DialInfoDetail> {
let routing_domain_set = self.routing_domain_set();
let dial_info_filter = self.dial_info_filter();