fix test runs

This commit is contained in:
Daniel Knopik
2026-04-30 09:16:58 +02:00
parent bbffb80612
commit ae17107f78
2 changed files with 10 additions and 8 deletions

View File

@@ -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 {