From f3c60da85d962d9742cc5f6c8a821ef47ed41056 Mon Sep 17 00:00:00 2001 From: realbigsean Date: Thu, 9 May 2024 17:49:12 -0400 Subject: [PATCH] fix ssz (#5755) --- consensus/types/src/attestation.rs | 2 -- consensus/types/src/eth_spec.rs | 2 -- 2 files changed, 4 deletions(-) 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,