Skip to content

Commit 4db57f7

Browse files
hopinheimereserilev
authored andcommitted
Fix failing CI for compile-with-beta-compiler (sigp#8317)
Co-Authored-By: hopinheimer <[email protected]>
1 parent 341eeea commit 4db57f7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

consensus/types/src/light_client_bootstrap.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,8 +200,6 @@ impl<E: EthSpec> LightClientBootstrap<E> {
200200
block: &SignedBlindedBeaconBlock<E>,
201201
chain_spec: &ChainSpec,
202202
) -> Result<Self, Error> {
203-
let mut header = beacon_state.latest_block_header().clone();
204-
header.state_root = beacon_state.update_tree_hash_cache()?;
205203
let current_sync_committee_branch = beacon_state.compute_current_sync_committee_proof()?;
206204
let current_sync_committee = beacon_state.current_sync_committee()?.clone();
207205

0 commit comments

Comments
 (0)