Minor variable name cleanup (#12745)

(cherry picked from commit 3a04026599)

Co-authored-by: Michael Vines <mvines@gmail.com>
This commit is contained in:
mergify[bot]
2020-10-09 02:12:28 +00:00
committed by GitHub
parent 7a53ca18a6
commit 83740246fc
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)