mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-02-19 03:04:27 -05:00
fix(stages, etl): clear ETL collectors in Headers stage when done (#6964)
This commit is contained in:
@@ -127,7 +127,7 @@ impl Command {
|
||||
header_downloader,
|
||||
body_downloader,
|
||||
factory.clone(),
|
||||
)?
|
||||
)
|
||||
.set(SenderRecoveryStage {
|
||||
commit_threshold: stage_conf.sender_recovery.commit_threshold,
|
||||
})
|
||||
|
||||
@@ -191,7 +191,7 @@ impl ImportCommand {
|
||||
header_downloader,
|
||||
body_downloader,
|
||||
factory.clone(),
|
||||
)?
|
||||
)
|
||||
.set(SenderRecoveryStage {
|
||||
commit_threshold: config.stages.sender_recovery.commit_threshold,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user