narrow down bugs

This commit is contained in:
John Smith
2022-08-28 22:34:24 -04:00
parent 33b7d102aa
commit acf65fa48b
2 changed files with 8 additions and 11 deletions
+1 -4
View File
@@ -617,10 +617,7 @@ impl RoutingTable {
}
self.create_node_ref(node_id, |e| {
if e.update_signed_node_info(signed_node_info, allow_invalid_signature) {
// at least someone thought this node was live and its node info changed so lets try to contact it
e.touch_last_seen(intf::get_timestamp());
}
e.update_signed_node_info(signed_node_info, allow_invalid_signature);
})
}