mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-30 20:57:10 +00:00
fix another bug
This commit is contained in:
@@ -273,7 +273,8 @@ fn build_gloas_data_columns<T: BeaconChainTypes>(
|
||||
let index = *col.index();
|
||||
match GossipVerifiedDataColumn::new_for_block_publishing(col, chain) {
|
||||
Ok(verified) => Some(verified),
|
||||
Err(GossipDataColumnError::PriorKnownUnpublished) => None,
|
||||
Err(GossipDataColumnError::PriorKnownUnpublished)
|
||||
| Err(GossipDataColumnError::PriorKnown { .. }) => None,
|
||||
Err(e) => {
|
||||
warn!(
|
||||
%slot,
|
||||
|
||||
Reference in New Issue
Block a user