mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-07 16:55:46 +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;
|
num_available += 1;
|
||||||
}
|
}
|
||||||
Err(CandidateError::Uninitialized) => num_available += 1,
|
Err(CandidateError::Uninitialized) => num_available += 1,
|
||||||
Err(_) => continue,
|
Err(_) => (),
|
||||||
}
|
}
|
||||||
|
|
||||||
candidate_info.push(CandidateInfo {
|
candidate_info.push(CandidateInfo {
|
||||||
|
|||||||
Reference in New Issue
Block a user