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:
@@ -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