mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-08 17:26:04 +00:00
Delete blobs that conflict with finalization
This commit is contained in:
@@ -572,6 +572,7 @@ impl<E: EthSpec, Hot: ItemStore<E>, Cold: ItemStore<E>> BackgroundMigrator<E, Ho
|
|||||||
[
|
[
|
||||||
StoreOp::DeleteBlock(block_root),
|
StoreOp::DeleteBlock(block_root),
|
||||||
StoreOp::DeleteExecutionPayload(block_root),
|
StoreOp::DeleteExecutionPayload(block_root),
|
||||||
|
StoreOp::DeleteBlobs(block_root),
|
||||||
]
|
]
|
||||||
})
|
})
|
||||||
.chain(
|
.chain(
|
||||||
|
|||||||
Reference in New Issue
Block a user