MISSED -> SKIPPED

This commit is contained in:
Michael Vines
2019-12-22 10:19:12 -07:00
parent eec5c661af
commit 7b819c9b74

View File

@ -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(),
);