mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-19 12:56:12 +00:00
Ensure nodes are still added to total when not available
This commit is contained in:
@@ -407,7 +407,7 @@ impl<T: SlotClock, E: EthSpec> BeaconNodeFallback<T, E> {
|
||||
num_available += 1;
|
||||
}
|
||||
Err(CandidateError::Uninitialized) => num_available += 1,
|
||||
Err(_) => continue,
|
||||
Err(_) => (),
|
||||
}
|
||||
|
||||
candidate_info.push(CandidateInfo {
|
||||
|
||||
Reference in New Issue
Block a user