mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
fix(metrics): set sync metrics when blocks are added (#10799)
This commit is contained in:
@ -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();
|
||||
|
||||
Reference in New Issue
Block a user