Updated on 2026-08-14

This commit is contained in:
Tangem 2023-08-15 19:00:10 +03:00
parent c48f149b45
commit 084c6570dc
6 changed files with 7 additions and 2 deletions

View file

@ -97,6 +97,7 @@ suspend fun buyErc20TestnetTokens(card: CardDTO, walletManager: EthereumWalletMa
amountToSend,
destinationAddress,
) as? Result.Success ?: return
val fee = when (val feeForTx = feeResult.data) {
is TransactionFee.Choosable -> feeForTx.minimum
is TransactionFee.Single -> feeForTx.normal