Updated on 2026-08-14
This commit is contained in:
parent
0a223feb9e
commit
f347cb2c8c
1 changed files with 2 additions and 2 deletions
|
|
@ -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),
|
||||
)
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue