Fix failing CI for compile-with-beta-compiler (#8317)

Co-Authored-By: hopinheimer <knmanas6@gmail.com>
This commit is contained in:
hopinheimer
2025-10-29 10:42:57 +05:30
committed by GitHub
parent 5db1dff8a6
commit 6f0d0dec75

View File

@@ -188,8 +188,6 @@ impl<E: EthSpec> LightClientBootstrap<E> {
block: &SignedBlindedBeaconBlock<E>,
chain_spec: &ChainSpec,
) -> Result<Self, Error> {
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();