mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-31 05:07:12 +00:00
fmt
This commit is contained in:
@@ -2394,9 +2394,7 @@ impl<T: BeaconChainTypes> BeaconChain<T> {
|
|||||||
GossipVerifiedInclusionList::verify(inclusion_list, self).inspect(|v| {
|
GossipVerifiedInclusionList::verify(inclusion_list, self).inspect(|v| {
|
||||||
metrics::inc_counter(&metrics::INCLUSION_LIST_PROCESSING_SUCCESSES);
|
metrics::inc_counter(&metrics::INCLUSION_LIST_PROCESSING_SUCCESSES);
|
||||||
if let Some(event_handler) = self.event_handler.as_ref() {
|
if let Some(event_handler) = self.event_handler.as_ref() {
|
||||||
event_handler.register(EventKind::InclusionList(Box::new(
|
event_handler.register(EventKind::InclusionList(Box::new(v.signed_il.clone())));
|
||||||
v.signed_il.clone(),
|
|
||||||
)));
|
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user