mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-31 05:07:12 +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();
|
let index = *col.index();
|
||||||
match GossipVerifiedDataColumn::new_for_block_publishing(col, chain) {
|
match GossipVerifiedDataColumn::new_for_block_publishing(col, chain) {
|
||||||
Ok(verified) => Some(verified),
|
Ok(verified) => Some(verified),
|
||||||
Err(GossipDataColumnError::PriorKnownUnpublished) => None,
|
Err(GossipDataColumnError::PriorKnownUnpublished)
|
||||||
|
| Err(GossipDataColumnError::PriorKnown { .. }) => None,
|
||||||
Err(e) => {
|
Err(e) => {
|
||||||
warn!(
|
warn!(
|
||||||
%slot,
|
%slot,
|
||||||
|
|||||||
Reference in New Issue
Block a user