From 28e1e635c31f8cbd0565292a6a239281e3c019c4 Mon Sep 17 00:00:00 2001 From: Emilia Hane Date: Mon, 6 Feb 2023 10:58:39 +0100 Subject: [PATCH] Fix rebase conflict --- beacon_node/store/src/errors.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/beacon_node/store/src/errors.rs b/beacon_node/store/src/errors.rs index 8a0b44197a..6a22c888a7 100644 --- a/beacon_node/store/src/errors.rs +++ b/beacon_node/store/src/errors.rs @@ -19,6 +19,8 @@ pub enum Error { }, RlpError(String), BlockNotFound(Hash256), + /// The blobs sidecar mapping to this block root is older than the data availability boundary. + BlobsTooOld(Hash256), NoContinuationData, SplitPointModified(Slot, Slot), ConfigError(StoreConfigError),