mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-21 13:54:44 +00:00
Boiler plate code for blobs pruning
This commit is contained in:
@@ -161,6 +161,7 @@ pub enum StoreOp<'a, E: EthSpec> {
|
||||
PutStateTemporaryFlag(Hash256),
|
||||
DeleteStateTemporaryFlag(Hash256),
|
||||
DeleteBlock(Hash256),
|
||||
DeleteBlobs(Hash256),
|
||||
DeleteState(Hash256, Option<Slot>),
|
||||
DeleteExecutionPayload(Hash256),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user