diff --git a/features/swap/domain/src/main/java/com/tangem/feature/swap/domain/SwapInteractorImpl.kt b/features/swap/domain/src/main/java/com/tangem/feature/swap/domain/SwapInteractorImpl.kt index f42b692bf5..e57ea6fcf7 100644 --- a/features/swap/domain/src/main/java/com/tangem/feature/swap/domain/SwapInteractorImpl.kt +++ b/features/swap/domain/src/main/java/com/tangem/feature/swap/domain/SwapInteractorImpl.kt @@ -1079,7 +1079,7 @@ internal class SwapInteractorImpl @AssistedInject constructor( isAllowedToSpend = isAllowedToSpend, isBalanceWithoutFeeEnough = isBalanceWithoutFeeEnough, txFee = txFee, - transactionFee = txFeeResult?.getOrNull(), + transactionFee = txFeeResult.getOrNull(), includeFeeInAmount = includeFeeInAmount, ) }