Co-authored-by: realbigsean <seananderson33@GMAIL.com>
This commit is contained in:
Emilia Hane 2023-01-12 16:49:40 +01:00 committed by Emilia Hane
parent ce2db355de
commit 82ffec378a
No known key found for this signature in database
GPG Key ID: E73394F9C09206FA

View File

@ -312,7 +312,7 @@ pub fn prune_blobs<E: EthSpec>(
log, log,
)?; )?;
// If we're trigging a prune manually then ignore the check on the split's parent that bails // If we're triggering a prune manually then ignore the check on the split's parent that bails
// out early by passing true to the force parameter. // out early by passing true to the force parameter.
db.try_prune_blobs(true) db.try_prune_blobs(true)
} }