diff --git a/beacon_chain/consensus_object_pools/attestation_pool.nim b/beacon_chain/consensus_object_pools/attestation_pool.nim index 6a995da4d..711ae9279 100644 --- a/beacon_chain/consensus_object_pools/attestation_pool.nim +++ b/beacon_chain/consensus_object_pools/attestation_pool.nim @@ -280,6 +280,12 @@ func updateAggregates(entry: var AttestationEntry) = inc j inc i +func covers(entry: AttestationEntry, bits: CommitteeValidatorsBits): bool = + for i in 0..