mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-23 06:44:35 +00:00
cargo fmt
This commit is contained in:
@@ -795,7 +795,7 @@ impl<'a, T: BeaconChainTypes> IndexedUnaggregatedAttestation<'a, T> {
|
|||||||
committees_per_slot: u64,
|
committees_per_slot: u64,
|
||||||
subnet_id: Option<SubnetId>,
|
subnet_id: Option<SubnetId>,
|
||||||
chain: &BeaconChain<T>,
|
chain: &BeaconChain<T>,
|
||||||
) -> Result<(u64, SubnetId), Error> {
|
) -> Result<(u64, SubnetId), Error> {
|
||||||
let expected_subnet_id = SubnetId::compute_subnet_for_attestation::<T::EthSpec>(
|
let expected_subnet_id = SubnetId::compute_subnet_for_attestation::<T::EthSpec>(
|
||||||
&attestation,
|
&attestation,
|
||||||
committees_per_slot,
|
committees_per_slot,
|
||||||
|
|||||||
Reference in New Issue
Block a user