mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-03 00:31:50 +00:00
Keep uniform size small keys
Co-authored-by: Michael Sproul <micsproul@gmail.com>
This commit is contained in:
@@ -179,7 +179,7 @@ pub enum DBColumn {
|
||||
#[strum(serialize = "blb")]
|
||||
BeaconBlob,
|
||||
/// Block roots of orphaned beacon blobs.
|
||||
#[strum(serialize = "blbo")]
|
||||
#[strum(serialize = "blo")]
|
||||
BeaconBlobOrphan,
|
||||
/// For full `BeaconState`s in the hot database (finalized or fork-boundary states).
|
||||
#[strum(serialize = "ste")]
|
||||
|
||||
Reference in New Issue
Block a user