mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-20 06:18:31 +00:00
Use new frozen blocks
This commit is contained in:
@@ -108,7 +108,7 @@ impl<T: BeaconChainTypes> BeaconChain<T> {
|
||||
|
||||
// Store block in the hot database without payload.
|
||||
self.store
|
||||
.blinded_block_as_cold_kv_store_ops(&block_root, block, &mut cold_batch);
|
||||
.blinded_block_as_cold_kv_store_ops(&block_root, block, &mut cold_batch)?;
|
||||
|
||||
// Store block roots, including at all skip slots in the freezer DB.
|
||||
for slot in (block.slot().as_usize()..prev_block_slot.as_usize()).rev() {
|
||||
|
||||
Reference in New Issue
Block a user