mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-30 20:57:10 +00:00
fmt
This commit is contained in:
@@ -3354,7 +3354,11 @@ impl<T: BeaconChainTypes> BeaconChain<T> {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
// TODO(gloas) handle data column reconstruction for gloas.
|
// TODO(gloas) handle data column reconstruction for gloas.
|
||||||
ReconstructionOutcome::Payload(_data_column_reconstruction_result) => return Err(BlockError::InternalError("Not yet implemented for gloas".to_owned())),
|
ReconstructionOutcome::Payload(_data_column_reconstruction_result) => {
|
||||||
|
return Err(BlockError::InternalError(
|
||||||
|
"Not yet implemented for gloas".to_owned(),
|
||||||
|
));
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user