Fix FiatMoneyTests run on non-US locales.

This commit is contained in:
Cody Henthorne
2026-04-29 13:55:25 -04:00
committed by Greyson Parrelli
parent 41b833e788
commit 011dc3495f
2 changed files with 5 additions and 11 deletions
@@ -44,13 +44,6 @@ public class FiatMoney {
return timestamp;
}
/**
* @return amount, rounded to the default fractional amount.
*/
public @NonNull String getDefaultPrecisionString() {
return getDefaultPrecisionString(Locale.getDefault());
}
/**
* @return amount, rounded to the default fractional amount.
*/