MISSED -> SKIPPED

This commit is contained in:
Michael Vines 2019-12-22 10:19:12 -07:00
parent 79e39d6f0b
commit d51e42c707
No known key found for this signature in database
GPG Key ID: 33F4FDEC4E0E88BD
1 changed files with 1 additions and 1 deletions

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