mirror of
https://github.com/sigp/lighthouse.git
synced 2026-07-01 20:04:41 +00:00
Merge branch 'unstable' of https://github.com/sigp/lighthouse into gloas-head-block-number
This commit is contained in:
@@ -1026,13 +1026,6 @@ impl<T: BeaconChainTypes> BeaconChain<T> {
|
||||
.start_slot(T::EthSpec::slots_per_epoch()),
|
||||
);
|
||||
|
||||
self.observed_blob_sidecars.write().prune(
|
||||
new_view
|
||||
.finalized_checkpoint
|
||||
.epoch
|
||||
.start_slot(T::EthSpec::slots_per_epoch()),
|
||||
);
|
||||
|
||||
self.observed_column_sidecars.write().prune(
|
||||
new_view
|
||||
.finalized_checkpoint
|
||||
|
||||
Reference in New Issue
Block a user