summaryrefslogtreecommitdiff
path: root/test/regress/1969.test
Commit message (Collapse)AuthorAgeFilesLines
* Fix regression in sorted_amountsMartin Michlmayr2020-10-301-0/+17
Commit 557ab32 ("Expose a new utility function for balances: sorted_amounts") split out some code into a separate function. Unfortunately, in the process an "if" statement was dropped, leading to amounts being shown that shouldn't be shown because they are smaller than the display precision. Fixes #1969