Fix delinquent stake display (#15839)

(cherry picked from commit eab182188a)

Co-authored-by: Michael Vines <mvines@gmail.com>
This commit is contained in:
mergify[bot]
2021-03-13 20:27:25 +00:00
committed by GitHub
parent 186b342453
commit 4bcf976ecd

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