fix compile

This commit is contained in:
realbigsean
2023-04-21 16:57:53 -04:00
parent bacec52017
commit 3e854ae2d1
7 changed files with 8 additions and 22 deletions

View File

@@ -1917,7 +1917,7 @@ impl<E: EthSpec, Hot: ItemStore<E>, Cold: ItemStore<E>> HotColdDB<E, Hot, Cold>
&& last_pruned_epoch.as_u64() + self.get_config().epochs_per_blob_prune
> end_epoch.as_u64()
{
info!(self.log, "Blobs sidecars are pruned");
debug!(self.log, "Blobs sidecars are pruned");
return Ok(());
}