mirror of
https://github.com/sigp/lighthouse.git
synced 2026-06-15 09:48:20 +00:00
The children filter already skips invalid nodes, so a valid parent whose only children are invalid becomes a leaf and gets rejected by node_is_viable_for_head. The top-level check was redundant.