fixup! Store orphan block roots

This commit is contained in:
Emilia Hane
2023-01-14 18:29:03 +01:00
parent 6346c30158
commit d58a30b3de
3 changed files with 4 additions and 4 deletions

View File

@@ -573,7 +573,7 @@ impl<E: EthSpec, Hot: ItemStore<E>, Cold: ItemStore<E>> BackgroundMigrator<E, Ho
StoreOp::DeleteBlock(block_root),
StoreOp::DeleteExecutionPayload(block_root),
StoreOp::DeleteBlobs(block_root),
StoreOp::PutOrphanedBlobs(block_root),
StoreOp::PutOrphanedBlobsKey(block_root),
]
})
.chain(