state_processing: get_attesting_indices in common

This commit is contained in:
Michael Sproul
2019-05-21 11:45:21 +10:00
parent 048f342e1d
commit d3d2900a6a
5 changed files with 20 additions and 4 deletions

View File

@@ -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;