mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-20 13:24:44 +00:00
Fix Aggregation Pool for Electra (#5754)
* Fix Aggregation Pool for Electra * Remove Outdated Interface
This commit is contained in:
@@ -92,6 +92,7 @@ impl<E: EthSpec> Decode for Attestation<E> {
|
||||
}
|
||||
}
|
||||
|
||||
// TODO(electra): think about how to handle fork variants here
|
||||
impl<E: EthSpec> TestRandom for Attestation<E> {
|
||||
fn random_for_test(rng: &mut impl RngCore) -> Self {
|
||||
let aggregation_bits: BitList<E::MaxValidatorsPerCommittee> = BitList::random_for_test(rng);
|
||||
|
||||
Reference in New Issue
Block a user