mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-04-30 03:01:58 -04:00
chore: fix make-pr lint-codespell errors (#16324)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
This commit is contained in:
@@ -784,7 +784,7 @@ where
|
||||
/// A noop Builder that satisfies the [`EngineApiBuilder`] trait without actually configuring an
|
||||
/// engine API module
|
||||
///
|
||||
/// This is intended to be used as a workaround for re-using all the existing ethereum node launch
|
||||
/// This is intended to be used as a workaround for reusing all the existing ethereum node launch
|
||||
/// utilities which require an engine API.
|
||||
#[derive(Debug, Clone, Default)]
|
||||
#[non_exhaustive]
|
||||
|
||||
@@ -132,7 +132,7 @@ impl PruningArgs {
|
||||
self.receipts_log_filter.as_ref().filter(|c| !c.is_empty()).cloned()
|
||||
{
|
||||
config.segments.receipts_log_filter = receipt_logs;
|
||||
// need to remove the receipts segment filter entirely because that takes precendence
|
||||
// need to remove the receipts segment filter entirely because that takes precedence
|
||||
// over the logs filter
|
||||
config.segments.receipts.take();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user