From 6f0d0dec75503883542a4af136cd22ee461903e3 Mon Sep 17 00:00:00 2001 From: hopinheimer <48147533+hopinheimer@users.noreply.github.com> Date: Wed, 29 Oct 2025 10:42:57 +0530 Subject: [PATCH] Fix failing CI for `compile-with-beta-compiler` (#8317) Co-Authored-By: hopinheimer --- consensus/types/src/light_client_bootstrap.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/consensus/types/src/light_client_bootstrap.rs b/consensus/types/src/light_client_bootstrap.rs index 5850db876c..21e805f2c7 100644 --- a/consensus/types/src/light_client_bootstrap.rs +++ b/consensus/types/src/light_client_bootstrap.rs @@ -188,8 +188,6 @@ impl LightClientBootstrap { block: &SignedBlindedBeaconBlock, chain_spec: &ChainSpec, ) -> Result { - let mut header = beacon_state.latest_block_header().clone(); - header.state_root = beacon_state.update_tree_hash_cache()?; let current_sync_committee_branch = beacon_state.compute_current_sync_committee_proof()?; let current_sync_committee = beacon_state.current_sync_committee()?.clone();