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