From 4699bbc06983666a87f2db0679a2aa24ad52dc76 Mon Sep 17 00:00:00 2001 From: Eitan Seri-Levi Date: Mon, 27 Apr 2026 13:55:31 +0200 Subject: [PATCH] fmt --- beacon_node/beacon_chain/src/block_production/gloas.rs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/beacon_node/beacon_chain/src/block_production/gloas.rs b/beacon_node/beacon_chain/src/block_production/gloas.rs index a055cd898d..85853a09b7 100644 --- a/beacon_node/beacon_chain/src/block_production/gloas.rs +++ b/beacon_node/beacon_chain/src/block_production/gloas.rs @@ -260,10 +260,6 @@ impl BeaconChain { self.op_pool.get_slashings_and_exits(&state, &self.spec); // Filter out voluntary exits that conflict with parent execution requests. - // Parent withdrawal/consolidation requests are processed before voluntary - // exits during block processing (`process_parent_execution_payload` runs - // before `process_operations`) and can initiate validator exits, causing the - // voluntary exit assertion failures. let mut exited_pubkeys = HashSet::with_capacity( parent_execution_requests.withdrawals.len() + parent_execution_requests.consolidations.len(),