Skip to content

Commit

Permalink
subscribe to the correct att subnets for electra
Browse files Browse the repository at this point in the history
  • Loading branch information
eserilev committed May 14, 2024
1 parent 1e9ee91 commit 85f30a7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions beacon_node/beacon_chain/src/attestation_verification.rs
Original file line number Diff line number Diff line change
Expand Up @@ -816,8 +816,7 @@ impl<'a, T: BeaconChainTypes> IndexedUnaggregatedAttestation<'a, T> {
committees_per_slot: u64,
subnet_id: Option<SubnetId>,
chain: &BeaconChain<T>,
) -> Result<(u64, SubnetId), Error> {
// TODO(electra) if we want
) -> Result<(u64, SubnetId), Error> {
let expected_subnet_id = SubnetId::compute_subnet_for_attestation::<T::EthSpec>(
&attestation,
committees_per_slot,
Expand Down

0 comments on commit 85f30a7

Please sign in to comment.