mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-20 13:24:44 +00:00
resolve merge conflicts between untstable and release-v7.0.0
This commit is contained in:
@@ -857,7 +857,7 @@ where
|
||||
pub fn get_hot_state(&self, state_hash: BeaconStateHash) -> Option<BeaconState<E>> {
|
||||
self.chain
|
||||
.store
|
||||
.load_hot_state(&state_hash.into())
|
||||
.load_hot_state(&state_hash.into(), true)
|
||||
.unwrap()
|
||||
.map(|(state, _)| state)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user