Truncate trailing zeroes in coin amounts (#1366)
* truncate coin amounts * truncate datetimes * fixed formatting
This commit is contained in:
committed by
Ignotus Peverell
parent
f7161a9afb
commit
adeaea4622
@@ -349,7 +349,7 @@ impl LocalServerContainer {
|
||||
match result {
|
||||
Ok(_) => println!(
|
||||
"Tx sent: {} grin to {} (strategy '{}')",
|
||||
core::core::amount_to_hr_string(amount),
|
||||
core::core::amount_to_hr_string(amount, false),
|
||||
dest,
|
||||
selection_strategy,
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user