Fix rebase conflict

This commit is contained in:
Emilia Hane 2023-02-06 10:58:39 +01:00
parent d3b94d8617
commit 28e1e635c3
No known key found for this signature in database
GPG Key ID: E73394F9C09206FA

View File

@ -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),