mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-01 19:53:32 +00:00
Implement tree states & hierarchical state DB
This commit is contained in:
@@ -71,7 +71,7 @@ impl<T: BeaconChainTypes> BeaconChain<T> {
|
||||
}
|
||||
|
||||
// 2. Check on disk.
|
||||
if self.store.get_blinded_block(&block_root)?.is_some() {
|
||||
if self.store.get_blinded_block(&block_root, None)?.is_some() {
|
||||
cache.block_roots.put(block_root, ());
|
||||
return Ok(true);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user