diff --git a/beacon_node/store/src/lib.rs b/beacon_node/store/src/lib.rs index b30f41cb2..7857f256e 100644 --- a/beacon_node/store/src/lib.rs +++ b/beacon_node/store/src/lib.rs @@ -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")]