mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-17 12:58:31 +00:00
Finish Modifications to get_attesting_indices()
This commit is contained in:
@@ -39,7 +39,7 @@ pub fn run<E: EthSpec>(matches: &ArgMatches) -> Result<(), String> {
|
||||
attesting_indices_base::get_indexed_attestation(committee.committee, &att)
|
||||
}
|
||||
Attestation::Electra(att) => {
|
||||
attesting_indices_electra::get_indexed_attestation_from_state(&state, &att)
|
||||
attesting_indices_electra::get_indexed_attestation_from_state(&state, &att, spec)
|
||||
}
|
||||
})
|
||||
.collect::<Result<Vec<_>, _>>()
|
||||
|
||||
Reference in New Issue
Block a user