Compare commits

...

1 Commits

Author SHA1 Message Date
4bcf976ecd Fix delinquent stake display ()
(cherry picked from commit eab182188a)

Co-authored-by: Michael Vines <mvines@gmail.com>
2021-03-13 20:27:25 +00:00

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