mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-07-31 18:58:46 -04: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
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue