Atomically update blob info with pruned blobs

This commit is contained in:
Emilia Hane
2023-01-24 10:27:30 +01:00
parent 5d2480c762
commit 6dff69bde9
2 changed files with 16 additions and 8 deletions

View File

@@ -166,6 +166,7 @@ pub enum StoreOp<'a, E: EthSpec> {
DeleteBlobs(Hash256),
DeleteState(Hash256, Option<Slot>),
DeleteExecutionPayload(Hash256),
PutRawKVStoreOp(KeyValueStoreOp),
}
/// A unique column identifier.