Compare commits

...

1 Commits

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

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

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