Minor variable name cleanup

This commit is contained in:
Michael Vines
2020-10-08 13:44:18 -07:00
parent 8f5431551e
commit 3a04026599
2 changed files with 6 additions and 6 deletions

View File

@@ -735,7 +735,7 @@ pub fn process_get_block(rpc_client: &RpcClient, _config: &CliConfig, slot: Slot
" - -".to_string()
} else {
format!(
"{:<12.4} {:>13.4}%",
"{:<12.4} {:>13.9}%",
lamports_to_sol(reward.post_balance),
reward.lamports.abs() as f64
/ (reward.post_balance as f64 - reward.lamports as f64)