Fix delinquent stake display

This commit is contained in:
Michael Vines
2021-03-13 09:34:43 -08:00
committed by mergify[bot]
parent c4f98f9c73
commit eab182188a

View File

@ -241,7 +241,7 @@ fn wait_for_restart_window(
snapshot_slot
.map(|s| s.to_string())
.unwrap_or_else(|| "-".to_string()),
delinquent_stake_percentage,
delinquent_stake_percentage * 100.,
status
));
std::thread::sleep(sleep_interval);