Fix delinquent stake display
This commit is contained in:
committed by
mergify[bot]
parent
c4f98f9c73
commit
eab182188a
@ -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);
|
||||||
|
Reference in New Issue
Block a user