spec: top-level per-epoch processing v0.6.1

This commit is contained in:
Michael Sproul
2019-05-14 15:00:18 +10:00
parent 894ecdd4ea
commit 79de966d3a
5 changed files with 53 additions and 123 deletions

View File

@@ -8,7 +8,6 @@ use types::*;
/// Spec v0.6.1
pub fn process_registry_updates<T: EthSpec>(
state: &mut BeaconState<T>,
current_total_balance: u64,
spec: &ChainSpec,
) -> Result<(), Error> {
// Process activation eligibility and ejections.