Updated on 2026-08-14
This commit is contained in:
parent
c48f149b45
commit
084c6570dc
6 changed files with 7 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue