mirror of
https://gitlab.com/pulsechaincom/lighthouse-pulse.git
synced 2025-01-10 13:01:22 +00:00
fixup! Help user configure blobs freezer correctly between start ups
This commit is contained in:
parent
0ba0775812
commit
3c0aa201e3
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user