mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-07 16:55:46 +00:00
Merge remote-tracking branch 'origin/unstable' into tree-states
This commit is contained in:
@@ -666,7 +666,7 @@ impl<T: BeaconChainTypes> BeaconChain<T> {
|
||||
|
||||
// Regardless of where we got the state from, attempt to build all the
|
||||
// caches except the tree hash cache.
|
||||
new_snapshot.beacon_state.build_all_caches(&self.spec)?;
|
||||
new_snapshot.beacon_state.build_caches(&self.spec)?;
|
||||
|
||||
let new_cached_head = CachedHead {
|
||||
snapshot: Arc::new(new_snapshot),
|
||||
|
||||
Reference in New Issue
Block a user