mirror of
https://gitlab.com/veilid/veilid.git
synced 2024-11-25 18:20:41 -06:00
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:
commit
c278330c67
@ -156,7 +156,7 @@ where
|
|||||||
self.clone().add_to_fanout_queue(&new_nodes);
|
self.clone().add_to_fanout_queue(&new_nodes);
|
||||||
}
|
}
|
||||||
Ok(None) => {
|
Ok(None) => {
|
||||||
// Call failed, node will node be considered again
|
// Call failed, node will not be considered again
|
||||||
}
|
}
|
||||||
Err(e) => {
|
Err(e) => {
|
||||||
// Error happened, abort everything and return the error
|
// Error happened, abort everything and return the error
|
||||||
|
Loading…
Reference in New Issue
Block a user