Updated on 2026-08-14

This commit is contained in:
Tangem 2023-11-08 13:53:26 +03:00
parent 4efcd5990e
commit 6c84e0b309
2 changed files with 27 additions and 53 deletions

View file

@ -243,7 +243,7 @@ internal class SendStateSubscriber(
}
val filter = DecimalDigitsInputFilter(
digitsBeforeDecimal = 12,
digitsBeforeDecimal = 40,
digitsAfterDecimal = state.maxLengthOfAmount,
decimalSeparator = state.decimalSeparator,
)