mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-19 05:48:31 +00:00
Clarify hybrid blob prune solution and fix error handling
This commit is contained in:
@@ -314,7 +314,7 @@ pub fn prune_blobs<E: EthSpec>(
|
||||
|
||||
// If we're triggering a prune manually then ignore the check on `epochs_per_blob_prune` that
|
||||
// bails out early by passing true to the force parameter.
|
||||
db.try_prune_blobs(true, None)
|
||||
db.try_prune_most_blobs(true)
|
||||
}
|
||||
|
||||
/// Run the database manager, returning an error string if the operation did not succeed.
|
||||
|
||||
Reference in New Issue
Block a user