This commit is contained in:
Eitan Seri-Levi
2026-05-25 17:24:07 +03:00
parent eead95f112
commit 27a8246e95
3 changed files with 25 additions and 3 deletions

View File

@@ -1285,6 +1285,10 @@ impl ProtoArray {
spec: &ChainSpec,
) -> Result<Option<Hash256>, Error> {
for node in self.iter_nodes(&block_root) {
if node.as_v29().is_err() {
return Ok(None);
}
if self.get_canonical_payload_status::<E>(
node.root(),
node.slot(),