remove dup method get_indexed_attestation_from_committees

This commit is contained in:
realbigsean
2024-06-19 13:45:47 -04:00
parent d67270f899
commit 3977b92c49
2 changed files with 2 additions and 19 deletions

View File

@@ -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,
)