This commit is contained in:
Daniel Knopik
2026-04-29 13:06:07 +02:00
parent 2d3354551e
commit 7cf76ac7af
19 changed files with 59 additions and 119 deletions

View File

@@ -1202,7 +1202,6 @@ impl<T: BeaconChainTypes> SignatureVerifiedBlock<T> {
AvailableBlock::new(
block,
AvailableBlockData::NoData,
// TODO(gloas) shouldnt matter which da checker we pass?
&chain.data_availability_checker,
chain.spec.clone(),
)