This commit is contained in:
Eitan Seri-Levi
2025-02-10 00:37:04 +02:00
parent 30136ad571
commit f790c22123
4 changed files with 14 additions and 8 deletions

View File

@@ -339,7 +339,7 @@ impl<T: SlotClock + 'static, E: EthSpec> DutiesService<T, E> {
let epoch = slot.epoch(E::slots_per_epoch());
if !self.spec.is_focil_enabled_for_epoch(epoch) {
return vec![]
return vec![];
}
// Only collect validators that are considered safe in terms of doppelganger protection.