mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-30 12:47:05 +00:00
Fix Redb implementation and add CI checks (#6856)
This commit is contained in:
@@ -158,6 +158,7 @@ impl<E: EthSpec, Hot: ItemStore<E>, Cold: ItemStore<E>> Iterator
|
||||
return None;
|
||||
}
|
||||
self.inner
|
||||
.as_mut()
|
||||
.next()?
|
||||
.and_then(|(slot_bytes, root_bytes)| {
|
||||
let slot = slot_bytes
|
||||
|
||||
Reference in New Issue
Block a user