tests pass

This commit is contained in:
John Smith
2021-12-25 10:58:43 -05:00
parent 23abaa3c99
commit 78ff6d0c61
4 changed files with 30 additions and 14 deletions

View File

@@ -35,9 +35,9 @@ impl NodeRef {
self.node_id
}
pub fn dial_info_filter(&self) -> DialInfoFilter {
self.dial_info_filter.clone()
}
// pub fn dial_info_filter(&self) -> DialInfoFilter {
// self.dial_info_filter.clone()
// }
pub fn operate<T, F>(&self, f: F) -> T
where