fix(metrics): set sync metrics when blocks are added (#10799)

This commit is contained in:
Dan Cline
2024-09-10 07:43:03 -04:00
committed by GitHub
parent ed4235609f
commit 72c53b88bc
3 changed files with 27 additions and 5 deletions

View File

@ -223,6 +223,7 @@ where
ctx.components().payload_builder().clone(),
TreeConfig::default(),
ctx.invalid_block_hook()?,
ctx.sync_metrics_tx(),
);
let event_sender = EventSender::default();