Keep uniform size small keys

Co-authored-by: Michael Sproul <micsproul@gmail.com>
This commit is contained in:
Emilia Hane
2023-02-08 11:44:40 +01:00
committed by Emilia Hane
co-authored by Michael Sproul
parent 4de523fb75
commit 756c881857
+1 -1
View File
@@ -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")]