Updated on 2026-08-14

This commit is contained in:
Tangem 2026-04-03 18:58:35 +04:00
parent 119b6cd5f7
commit de63b38e15
2 changed files with 4 additions and 3 deletions

View file

@ -186,6 +186,8 @@ internal class GiveApprovalModel @Inject constructor(
userWallet = userWallet,
token = maybeToken.currency,
)
}.onRight { feeExtended ->
approvalTxList = mapOf(approve to feeExtended.transactionFee)
}
}