From 756c881857c40be478b6dd40006006faa1ca0df6 Mon Sep 17 00:00:00 2001 From: Emilia Hane <58548332+emhane@users.noreply.github.com> Date: Tue, 24 Jan 2023 10:49:41 +0100 Subject: [PATCH] Keep uniform size small keys Co-authored-by: Michael Sproul --- beacon_node/store/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")]