Updated on 2026-08-14
This commit is contained in:
parent
5e95f63d68
commit
fd4b5a3011
1 changed files with 1 additions and 1 deletions
|
|
@ -302,7 +302,7 @@ internal class NotificationsModel @Inject constructor(
|
|||
) {
|
||||
val validationError = validateTransactionUseCase(
|
||||
userWalletId = userWalletId,
|
||||
amount = enteredAmount.convertToSdkAmount(currency),
|
||||
amount = sendingAmount.convertToSdkAmount(currency),
|
||||
fee = fee,
|
||||
memo = memo,
|
||||
destination = destinationAddress,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue