mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-11 18:04:18 +00:00
Added Capella Epoch Processing Logic (#3666)
This commit is contained in:
@@ -66,9 +66,9 @@ pub fn process_epoch<T: EthSpec>(
|
||||
altair::process_sync_committee_updates(state, spec)?;
|
||||
|
||||
// Withdrawals
|
||||
process_full_withdrawals(state)?;
|
||||
process_full_withdrawals(state, spec)?;
|
||||
|
||||
process_partial_withdrawals(state)?;
|
||||
process_partial_withdrawals(state, spec)?;
|
||||
|
||||
// Rotate the epoch caches to suit the epoch transition.
|
||||
state.advance_caches(spec)?;
|
||||
|
||||
Reference in New Issue
Block a user