MISSED -> SKIPPED
This commit is contained in:
@ -508,7 +508,7 @@ pub fn process_show_block_production(
|
|||||||
}
|
}
|
||||||
*missed_slots += 1;
|
*missed_slots += 1;
|
||||||
individual_slot_status.push(
|
individual_slot_status.push(
|
||||||
style(format!(" {:<15} {:<44} MISSED", slot, leader))
|
style(format!(" {:<15} {:<44} SKIPPED", slot, leader))
|
||||||
.red()
|
.red()
|
||||||
.to_string(),
|
.to_string(),
|
||||||
);
|
);
|
||||||
|
Reference in New Issue
Block a user