The issue appears to be that calls to `Decimal(string:)` do not respect the current locale's number formatting, so a number like `123,45` in a German regional locale has the `,45` decimals dropped. Here is an example, but all call sites that use this method need to be fixed:
https://github.com/tyiu/sats-price/blob/482e50b6bae166e342e88fe039af260d5dfd89c3/Sources/SatsPrice/SatsViewModel.swift#L351
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
The issue appears to be that calls to
Decimal(string:)do not respect the current locale's number formatting, so a number like123,45in a German regional locale has the,45decimals dropped. Here is an example, but all call sites that use this method need to be fixed:https://github.com/tyiu/sats-price/blob/482e50b6bae166e342e88fe039af260d5dfd89c3/Sources/SatsPrice/SatsViewModel.swift#L351