diff --git a/beacon_node/store/src/hot_cold_store.rs b/beacon_node/store/src/hot_cold_store.rs index 8071f3eea2..a4cf263f1a 100644 --- a/beacon_node/store/src/hot_cold_store.rs +++ b/beacon_node/store/src/hot_cold_store.rs @@ -260,8 +260,7 @@ impl HotColdDB, LevelDB> { db.blobs_db = Some(LevelDB::open(path.as_path())?); } } - let blob_info = blob_info.unwrap_or_else(|| db.get_blob_info()); - db.compare_and_set_blob_info_with_write(blob_info, new_blob_info)?; + db.compare_and_set_blob_info_with_write(<_>::default(), new_blob_info)?; info!( db.log, "Blobs DB initialized";