File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
beacon_node/beacon_chain/src Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1185,7 +1185,7 @@ pub static VALIDATOR_MONITOR_UNAGGREGATED_ATTESTATION_DELAY_SECONDS: LazyLock<
11851185> = LazyLock :: new ( || {
11861186 try_create_histogram_vec (
11871187 "validator_monitor_unaggregated_attestation_delay_seconds" ,
1188- "The delay between when the validator should send the attestation and when it was received ." ,
1188+ "The delay between when the validator sent the attestation and the start of the slot ." ,
11891189 & [ "src" , "validator" ] ,
11901190 )
11911191} ) ;
Original file line number Diff line number Diff line change @@ -1214,7 +1214,7 @@ impl<E: EthSpec> ValidatorMonitor<E> {
12141214 let delay = get_message_delay_ms (
12151215 seen_timestamp,
12161216 data. slot ,
1217- slot_clock . unagg_attestation_production_delay ( ) ,
1217+ Duration :: from_secs ( 0 ) ,
12181218 slot_clock,
12191219 ) ;
12201220
You can’t perform that action at this time.
0 commit comments