mirror of
https://gitlab.com/pulsechaincom/lighthouse-pulse.git
synced 2025-01-08 03:51:22 +00:00
fixup! Simplify conceptual design
This commit is contained in:
parent
20567750c1
commit
44ec331452
@ -1732,9 +1732,9 @@ impl<E: EthSpec, Hot: ItemStore<E>, Cold: ItemStore<E>> HotColdDB<E, Hot, Cold>
|
|||||||
Some(epoch) => epoch,
|
Some(epoch) => epoch,
|
||||||
None => {
|
None => {
|
||||||
// The split slot is set upon finalization and is the first slot in the latest
|
// The split slot is set upon finalization and is the first slot in the latest
|
||||||
// finalized epoch, hence current_epoch = split_epoch + 1
|
// finalized epoch, hence current_epoch = split_epoch + 2
|
||||||
let current_epoch =
|
let current_epoch =
|
||||||
self.get_split_slot().epoch(E::slots_per_epoch()) + Epoch::new(1);
|
self.get_split_slot().epoch(E::slots_per_epoch()) + Epoch::new(2);
|
||||||
current_epoch.saturating_sub(*MIN_EPOCHS_FOR_BLOBS_SIDECARS_REQUESTS)
|
current_epoch.saturating_sub(*MIN_EPOCHS_FOR_BLOBS_SIDECARS_REQUESTS)
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user