mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-25 11:50:37 +00:00
remove dup method get_indexed_attestation_from_committees
This commit is contained in:
@@ -650,7 +650,7 @@ impl<'a, T: BeaconChainTypes> IndexedAggregatedAttestation<'a, T> {
|
||||
.map_err(|e| BeaconChainError::from(e).into())
|
||||
}
|
||||
SignedAggregateAndProof::Electra(signed_aggregate) => {
|
||||
attesting_indices_electra::get_indexed_attestation_from_committees(
|
||||
attesting_indices_electra::get_indexed_attestation(
|
||||
&committees,
|
||||
&signed_aggregate.message.aggregate,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user