mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-25 00:38:22 +00:00
Fix regression in DB write atomicity
This commit is contained in:
committed by
Emilia Hane
parent
9d919917f5
commit
ac4b5b580c
@@ -166,7 +166,7 @@ pub enum StoreOp<'a, E: EthSpec> {
|
||||
DeleteBlobs(Hash256),
|
||||
DeleteState(Hash256, Option<Slot>),
|
||||
DeleteExecutionPayload(Hash256),
|
||||
PutRawKVStoreOp(KeyValueStoreOp),
|
||||
KeyValueOp(KeyValueStoreOp),
|
||||
}
|
||||
|
||||
/// A unique column identifier.
|
||||
|
||||
Reference in New Issue
Block a user