Commit 22c0225 1 parent 76ad755 commit 22c0225 Copy full SHA for 22c0225
File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1572,7 +1572,7 @@ async fn maybe_println_lot(
1572
1572
} ;
1573
1573
1574
1574
let msg = format ! (
1575
- "{:>5}. {} | {:>10 } at {:>6} | {} | income: {:>11} | {} gain: {:>14}{} {}" ,
1575
+ "{:>5}. {} | {:>17 } at {:>6} | {} | income: {:>11} | {} gain: {:>14}{} {}" ,
1576
1576
lot. lot_number,
1577
1577
lot. acquisition. when,
1578
1578
token. format_ui_amount( ui_amount) ,
@@ -2024,7 +2024,7 @@ async fn process_account_list(
2024
2024
account. address,
2025
2025
account. token,
2026
2026
account. token. symbol( ) ,
2027
- ui_amount. separated_string_with_fixed_place( 2 ) ,
2027
+ ui_amount. separated_string_with_fixed_place( 9 ) ,
2028
2028
liquidity_ui_amount,
2029
2029
account. description
2030
2030
) ;
Original file line number Diff line number Diff line change @@ -429,7 +429,7 @@ impl MaybeToken {
429
429
format ! (
430
430
"{}{}" ,
431
431
self . symbol( ) ,
432
- ui_amount. separated_string_with_fixed_place( 6 )
432
+ ui_amount. separated_string_with_fixed_place( 9 )
433
433
)
434
434
}
435
435
}
You can’t perform that action at this time.
0 commit comments