mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-18 20:32:45 +00:00
state_processing: get_attesting_indices in common
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
mod exit;
|
||||
mod get_attesting_indices;
|
||||
mod slash_validator;
|
||||
mod verify_bitfield;
|
||||
|
||||
pub use exit::initiate_validator_exit;
|
||||
pub use get_attesting_indices::{get_attesting_indices, get_attesting_indices_unsorted};
|
||||
pub use slash_validator::slash_validator;
|
||||
pub use verify_bitfield::verify_bitfield_length;
|
||||
|
||||
Reference in New Issue
Block a user