mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-23 23:04:53 +00:00
Fix rebase conflict
This commit is contained in:
@@ -1705,7 +1705,7 @@ impl<E: EthSpec, Hot: ItemStore<E>, Cold: ItemStore<E>> HotColdDB<E, Hot, Cold>
|
||||
|
||||
let data_availability_breakpoint: Hash256;
|
||||
|
||||
match blob_info.data_availability_breakpoint {
|
||||
match blob_info.data_availability_boundary {
|
||||
Some(breakpoint) => {
|
||||
if breakpoint == blob_info.oldest_blob_parent {
|
||||
return Ok(());
|
||||
|
||||
Reference in New Issue
Block a user