Updated on 2026-08-14

This commit is contained in:
Tangem 2024-09-30 17:19:39 +05:00
parent a00ea0a438
commit 822b5f9ae4

View file

@ -1079,7 +1079,7 @@ internal class SwapInteractorImpl @AssistedInject constructor(
isAllowedToSpend = isAllowedToSpend,
isBalanceWithoutFeeEnough = isBalanceWithoutFeeEnough,
txFee = txFee,
transactionFee = txFeeResult?.getOrNull(),
transactionFee = txFeeResult.getOrNull(),
includeFeeInAmount = includeFeeInAmount,
)
}