mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-02 16:21:42 +00:00
Prevent silently dropping cell proof chunks (#8023)
Co-Authored-By: Eitan Seri- Levi <eserilev@gmail.com>
This commit is contained in:
@@ -412,7 +412,7 @@ fn build_data_columns<T: BeaconChainTypes>(
|
||||
error!(
|
||||
error = ?e,
|
||||
%slot,
|
||||
"Invalid data column - not publishing block"
|
||||
"Invalid data column - not publishing data columns"
|
||||
);
|
||||
warp_utils::reject::custom_bad_request(format!("{e:?}"))
|
||||
})?;
|
||||
|
||||
Reference in New Issue
Block a user