Store orphan block roots

This commit is contained in:
Emilia Hane
2023-02-08 11:44:35 +01:00
parent c7f53a9062
commit 8752deeced
3 changed files with 13 additions and 0 deletions
+1
View File
@@ -573,6 +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),
]
})
.chain(