mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-18 12:22:51 +00:00
spec: initiate_validator_exit v0.6.1
Added a new field `exit_cache` to the BeaconState, which caches the number of validators exiting at each epoch.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
mod exit_validator;
|
||||
mod exit;
|
||||
mod slash_validator;
|
||||
mod verify_bitfield;
|
||||
|
||||
pub use exit_validator::exit_validator;
|
||||
pub use exit::initiate_validator_exit;
|
||||
pub use slash_validator::slash_validator;
|
||||
pub use verify_bitfield::verify_bitfield_length;
|
||||
|
||||
Reference in New Issue
Block a user