Fix rebase conflict
This commit is contained in:
parent
d3b94d8617
commit
28e1e635c3
@ -19,6 +19,8 @@ pub enum Error {
|
|||||||
},
|
},
|
||||||
RlpError(String),
|
RlpError(String),
|
||||||
BlockNotFound(Hash256),
|
BlockNotFound(Hash256),
|
||||||
|
/// The blobs sidecar mapping to this block root is older than the data availability boundary.
|
||||||
|
BlobsTooOld(Hash256),
|
||||||
NoContinuationData,
|
NoContinuationData,
|
||||||
SplitPointModified(Slot, Slot),
|
SplitPointModified(Slot, Slot),
|
||||||
ConfigError(StoreConfigError),
|
ConfigError(StoreConfigError),
|
||||||
|
Loading…
Reference in New Issue
Block a user