This commit is contained in:
@@ -201,8 +201,10 @@ func FPrintBalances(w io.Writer, linePrefix string, balances, cumulatives ledger
|
||||
|
||||
for _, currency := range currencies {
|
||||
printableCurrency := currency
|
||||
format := format
|
||||
if printableCurrency != "$" {
|
||||
printableCurrency += " "
|
||||
format = strings.ReplaceAll(format, "%.2f", "%.3f")
|
||||
}
|
||||
if usdOnly && printableCurrency != "$" {
|
||||
continue
|
||||
|
||||
Reference in New Issue
Block a user