fixup! Help user configure blobs freezer correctly between start ups

This commit is contained in:
Emilia Hane 2023-01-11 13:28:59 +01:00
parent 0ba0775812
commit 3c0aa201e3
No known key found for this signature in database
GPG Key ID: E73394F9C09206FA

View File

@ -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;
} }