From d51e42c707e499ea744d4cb9018ec8a30c99e0f2 Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Sun, 22 Dec 2019 10:19:12 -0700 Subject: [PATCH] MISSED -> SKIPPED --- cli/src/cluster_query.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/src/cluster_query.rs b/cli/src/cluster_query.rs index d07a4a6e7d..ef7d33df93 100644 --- a/cli/src/cluster_query.rs +++ b/cli/src/cluster_query.rs @@ -508,7 +508,7 @@ pub fn process_show_block_production( } *missed_slots += 1; individual_slot_status.push( - style(format!(" {:<15} {:<44} MISSED", slot, leader)) + style(format!(" {:<15} {:<44} SKIPPED", slot, leader)) .red() .to_string(), );