mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-22 06:14:38 +00:00
Prevent silently dropping cell proof chunks (#8023)
Co-Authored-By: Eitan Seri- Levi <eserilev@gmail.com>
This commit is contained in:
@@ -143,6 +143,7 @@ pub enum DataColumnSidecarError {
|
||||
PreDeneb,
|
||||
SszError(SszError),
|
||||
BuildSidecarFailed(String),
|
||||
InvalidCellProofLength { expected: usize, actual: usize },
|
||||
}
|
||||
|
||||
impl From<ArithError> for DataColumnSidecarError {
|
||||
|
||||
Reference in New Issue
Block a user