Merge branch 'nodeTypo2023-09-21' into 'main'

Fix "node will node" in fanout_call.rs comment

See merge request veilid/veilid!199
This commit is contained in:
Christien Rioux 2023-09-26 02:50:54 +00:00
commit c278330c67

View File

@ -156,7 +156,7 @@ where
self.clone().add_to_fanout_queue(&new_nodes);
}
Ok(None) => {
// Call failed, node will node be considered again
// Call failed, node will not be considered again
}
Err(e) => {
// Error happened, abort everything and return the error