mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-20 14:28:37 +00:00
Rvert
This commit is contained in:
@@ -1483,9 +1483,7 @@ impl ProtoArray {
|
||||
.filter_map(|&child_index| {
|
||||
let child_node = self.nodes.get(child_index)?;
|
||||
// Skip parent_payload_status filter for V17 children (they don't have it)
|
||||
if child_node.as_v17().is_err()
|
||||
&& child_node.get_parent_payload_status() != node.payload_status
|
||||
{
|
||||
if child_node.get_parent_payload_status() != node.payload_status {
|
||||
return None;
|
||||
}
|
||||
Some((
|
||||
|
||||
Reference in New Issue
Block a user