mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-03 00:31:50 +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)
|
||||
}
|
||||
None => None,
|
||||
None => Some(BlobInfo::default()),
|
||||
};
|
||||
*db.blob_info.write() = blob_info;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user