Skip to content

Commit f3c60da

Browse files
committed
fix ssz (sigp#5755)
1 parent e3e5048 commit f3c60da

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

consensus/types/src/attestation.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,6 @@ pub struct Attestation<E: EthSpec> {
7373
#[superstruct(only(Electra))]
7474
pub committee_bits: BitVector<E::MaxCommitteesPerSlot>,
7575
pub signature: AggregateSignature,
76-
#[superstruct(only(Electra))]
77-
pub committee_bits: BitVector<E::MaxCommitteesPerSlot>,
7876
}
7977

8078
impl<E: EthSpec> Decode for Attestation<E> {

consensus/types/src/eth_spec.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -450,8 +450,6 @@ impl EthSpec for MinimalEthSpec {
450450
SubnetBitfieldLength,
451451
SyncCommitteeSubnetCount,
452452
MaxValidatorsPerCommittee,
453-
MaxCommitteesPerSlot,
454-
MaxValidatorsPerSlot,
455453
GenesisEpoch,
456454
HistoricalRootsLimit,
457455
ValidatorRegistryLimit,

0 commit comments

Comments
 (0)