This commit is contained in:
Eitan Seri- Levi
2026-02-03 22:07:49 -08:00
parent 0a111f51af
commit 16611452c5
7 changed files with 8 additions and 101 deletions

View File

@@ -3353,7 +3353,8 @@ impl<T: BeaconChainTypes> BeaconChain<T> {
}
}
}
ReconstructionOutcome::Payload(_data_column_reconstruction_result) => todo!(),
// 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())),
}
}