Fix HUF currency formatting.

This commit is contained in:
Greyson Parrelli
2026-04-21 13:44:54 +00:00
parent 1f59f3c2c4
commit a8969b34a4
3 changed files with 28 additions and 2 deletions
@@ -15,6 +15,7 @@ public class FiatMoney {
private static final Set<String> SPECIAL_CASE_MULTIPLICANDS = new HashSet<>() {{
add("UGX");
add("ISK");
add("HUF");
}};
private final BigDecimal amount;