Force two decimals for USD conversion rate (#5471)

This commit is contained in:
Afri
2017-04-19 22:59:02 +02:00
committed by Tomasz Drwięga
parent 0d40df937b
commit a16fb04280
2 changed files with 2 additions and 2 deletions

View File

@@ -640,7 +640,7 @@ impl Configuration {
info!(
"Using a fixed conversion rate of Ξ1 = {} ({} wei/gas)",
Colour::White.bold().paint(format!("US${}", usd_per_eth)),
Colour::White.bold().paint(format!("US${:.2}", usd_per_eth)),
Colour::Yellow.bold().paint(format!("{}", wei_per_gas))
);