Add 'unknown' health check state
This commit is contained in:
committed by
mergify[bot]
parent
ee621878b0
commit
66b781eec3
@ -266,7 +266,7 @@ fn get_validator_stats(
|
||||
{
|
||||
format!("{} slots behind", num_slots_behind)
|
||||
} else {
|
||||
"unhealthy".to_string()
|
||||
"health unknown".to_string()
|
||||
}
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user