wasm dht test passes

This commit is contained in:
Christien Rioux 2023-10-30 20:17:07 -04:00
parent 11c19d1bad
commit d750b7c5c3
10 changed files with 151 additions and 102 deletions

View file

@ -308,17 +308,6 @@ pub(crate) trait NodeRefBase: Sized {
})
}
fn protect_last_connection(&self) -> bool {
if let Some(descriptor) = self.last_connection() {
self.routing_table()
.network_manager()
.connection_manager()
.protect_connection(descriptor)
} else {
false
}
}
fn has_any_dial_info(&self) -> bool {
self.operate(|_rti, e| {
for rtd in RoutingDomain::all() {