mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-30 20:57:10 +00:00
fix test runs
This commit is contained in:
@@ -878,10 +878,7 @@ impl<E: EthSpec> AvailableBlock<E> {
|
||||
match &block_data {
|
||||
AvailableBlockData::NoData => {
|
||||
// For Gloas, DA is checked for the PayloadEnvelope, not for the block.
|
||||
if block.fork_name(&spec).map_err(|_| {
|
||||
AvailabilityCheckError::Unexpected("Unexpected fork mismatch".to_string())
|
||||
})? < ForkName::Gloas
|
||||
{
|
||||
if block.fork_name_unchecked() < ForkName::Gloas {
|
||||
if columns_required {
|
||||
return Err(AvailabilityCheckError::MissingCustodyColumns);
|
||||
} else if blobs_required {
|
||||
|
||||
Reference in New Issue
Block a user