mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-03 00:31:50 +00:00
Fix failing CI for compile-with-beta-compiler (#8317)
Co-Authored-By: hopinheimer <knmanas6@gmail.com>
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user