diff --git a/consensus/types/src/attestation.rs b/consensus/types/src/attestation.rs index 1fc838400e8..d57dfacf114 100644 --- a/consensus/types/src/attestation.rs +++ b/consensus/types/src/attestation.rs @@ -73,8 +73,6 @@ pub struct Attestation { #[superstruct(only(Electra))] pub committee_bits: BitVector, pub signature: AggregateSignature, - #[superstruct(only(Electra))] - pub committee_bits: BitVector, } impl Decode for Attestation { diff --git a/consensus/types/src/eth_spec.rs b/consensus/types/src/eth_spec.rs index 8e8f0df269f..1c379f5de42 100644 --- a/consensus/types/src/eth_spec.rs +++ b/consensus/types/src/eth_spec.rs @@ -450,8 +450,6 @@ impl EthSpec for MinimalEthSpec { SubnetBitfieldLength, SyncCommitteeSubnetCount, MaxValidatorsPerCommittee, - MaxCommitteesPerSlot, - MaxValidatorsPerSlot, GenesisEpoch, HistoricalRootsLimit, ValidatorRegistryLimit,