We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3e5048 commit f3c60daCopy full SHA for f3c60da
consensus/types/src/attestation.rs
@@ -73,8 +73,6 @@ pub struct Attestation<E: EthSpec> {
73
#[superstruct(only(Electra))]
74
pub committee_bits: BitVector<E::MaxCommitteesPerSlot>,
75
pub signature: AggregateSignature,
76
- #[superstruct(only(Electra))]
77
- pub committee_bits: BitVector<E::MaxCommitteesPerSlot>,
78
}
79
80
impl<E: EthSpec> Decode for Attestation<E> {
consensus/types/src/eth_spec.rs
@@ -450,8 +450,6 @@ impl EthSpec for MinimalEthSpec {
450
SubnetBitfieldLength,
451
SyncCommitteeSubnetCount,
452
MaxValidatorsPerCommittee,
453
- MaxCommitteesPerSlot,
454
- MaxValidatorsPerSlot,
455
GenesisEpoch,
456
HistoricalRootsLimit,
457
ValidatorRegistryLimit,
0 commit comments