Updated on 2026-08-14

This commit is contained in:
Tangem 2024-11-28 14:10:18 +03:00
parent 0a223feb9e
commit f347cb2c8c

View file

@ -92,8 +92,8 @@ internal class ErrorsDataConverter(
return ExpressDataError.ProviderDifferentAmountError(
code = error.code,
decimals = decimals,
fromAmount = fromAmount,
fromProviderAmount = fromAmountProvider,
fromAmount = fromAmount.movePointLeft(decimals),
fromProviderAmount = fromAmountProvider.movePointLeft(decimals),
)
}
}