Fix "node will node" in fanout_call.rs comment

This fixes "node" wordo in a comment: the logic of the software implies
"node will not" here.
This commit is contained in:
Haley Weslin 2023-09-21 22:28:49 +00:00
parent e2b86cbcbc
commit 629f521c47

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