mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-19 13:58:28 +00:00
Combine status and health and improve logging
This commit is contained in:
@@ -158,7 +158,7 @@ impl BeaconNodeHealthTier {
|
||||
}
|
||||
|
||||
/// Beacon Node Health metrics.
|
||||
#[derive(Debug, PartialEq, Eq)]
|
||||
#[derive(Copy, Clone, Debug, PartialEq, Eq)]
|
||||
pub struct BeaconNodeHealth {
|
||||
// The ID of the Beacon Node. This should correspond with its position in the `--beacon-nodes`
|
||||
// list. Note that the ID field is used to tie-break nodes with the same health so that nodes
|
||||
|
||||
Reference in New Issue
Block a user