Skip to content

Commit

Permalink
Subscribe to the correct subnets for electra attestations (sigp#5782)
Browse files Browse the repository at this point in the history
* subscribe to the correct att subnets for electra

* subscribe to the correct att subnets for electra
  • Loading branch information
eserilev authored and realbigsean committed Jun 25, 2024
1 parent 0199c7d commit 7ad164f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beacon_node/beacon_chain/src/attestation_verification.rs
Original file line number Diff line number Diff line change
Expand Up @@ -824,7 +824,7 @@ impl<'a, T: BeaconChainTypes> IndexedUnaggregatedAttestation<'a, T> {
committees_per_slot: u64,
subnet_id: Option<SubnetId>,
chain: &BeaconChain<T>,
) -> Result<(u64, SubnetId), Error> {
) -> 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 7ad164f

Please sign in to comment.