From 77382daab996617cd83539a5ed65eff5ecb61f1b Mon Sep 17 00:00:00 2001 From: Eitan Seri- Levi Date: Tue, 31 Mar 2026 10:45:29 -0700 Subject: [PATCH] Rvert --- consensus/proto_array/src/proto_array.rs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/consensus/proto_array/src/proto_array.rs b/consensus/proto_array/src/proto_array.rs index 96492e695d..933e9eb078 100644 --- a/consensus/proto_array/src/proto_array.rs +++ b/consensus/proto_array/src/proto_array.rs @@ -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((