mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-20 13:24:44 +00:00
EIP7549 get_attestation_indices (#5657)
* get attesting indices electra impl * fmt * get tests to pass * fmt * fix some beacon chain tests * fmt * fix slasher test * fmt got me again * fix more tests * fix tests
This commit is contained in:
@@ -2,7 +2,7 @@ use crate::attestation_storage::{AttestationRef, CompactIndexedAttestation};
|
||||
use crate::max_cover::MaxCover;
|
||||
use crate::reward_cache::RewardCache;
|
||||
use state_processing::common::{
|
||||
base, get_attestation_participation_flag_indices, get_attesting_indices,
|
||||
attesting_indices_base::get_attesting_indices, base, get_attestation_participation_flag_indices,
|
||||
};
|
||||
use std::collections::HashMap;
|
||||
use types::{
|
||||
|
||||
Reference in New Issue
Block a user