Keep uniform size small keys

Co-authored-by: Michael Sproul <micsproul@gmail.com>
This commit is contained in:
Emilia Hane 2023-01-24 10:49:41 +01:00 committed by Emilia Hane
parent 4de523fb75
commit 756c881857
No known key found for this signature in database
GPG Key ID: E73394F9C09206FA

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")]