mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-15 10:52:43 +00:00
Merge remote-tracking branch 'origin/unstable' into capella
This commit is contained in:
@@ -716,6 +716,10 @@ impl<T: BeaconChainTypes> Worker<T> {
|
||||
&metrics::BEACON_BLOCK_GOSSIP_SLOT_START_DELAY_TIME,
|
||||
block_delay,
|
||||
);
|
||||
metrics::set_gauge(
|
||||
&metrics::BEACON_BLOCK_LAST_DELAY,
|
||||
block_delay.as_millis() as i64,
|
||||
);
|
||||
|
||||
let verification_result = self
|
||||
.chain
|
||||
|
||||
Reference in New Issue
Block a user