mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-07 00:42:42 +00:00
fixup! Help user configure blobs freezer correctly between start ups
This commit is contained in:
@@ -234,7 +234,7 @@ impl<E: EthSpec> HotColdDB<E, LevelDB<E>, LevelDB<E>> {
|
|||||||
}
|
}
|
||||||
Some(blob_info)
|
Some(blob_info)
|
||||||
}
|
}
|
||||||
None => None,
|
None => Some(BlobInfo::default()),
|
||||||
};
|
};
|
||||||
*db.blob_info.write() = blob_info;
|
*db.blob_info.write() = blob_info;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user