mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-22 06:14:38 +00:00
fixup! Prune from highest data availability boundary
This commit is contained in:
@@ -346,7 +346,7 @@ impl<E: EthSpec, Hot: ItemStore<E>, Cold: ItemStore<E>> BackgroundMigrator<E, Ho
|
||||
(Notification::Finalization(_), Notification::PruneBlobs(_)) => best,
|
||||
(Notification::PruneBlobs(_), Notification::Finalization(_)) => other,
|
||||
(Notification::PruneBlobs(dab1), Notification::PruneBlobs(dab2)) => {
|
||||
if dab2 > dab2 {
|
||||
if dab2 > dab1 {
|
||||
other
|
||||
} else {
|
||||
best
|
||||
|
||||
Reference in New Issue
Block a user