Updated on 2026-08-14
This commit is contained in:
parent
a00ea0a438
commit
822b5f9ae4
1 changed files with 1 additions and 1 deletions
|
|
@ -1079,7 +1079,7 @@ internal class SwapInteractorImpl @AssistedInject constructor(
|
|||
isAllowedToSpend = isAllowedToSpend,
|
||||
isBalanceWithoutFeeEnough = isBalanceWithoutFeeEnough,
|
||||
txFee = txFee,
|
||||
transactionFee = txFeeResult?.getOrNull(),
|
||||
transactionFee = txFeeResult.getOrNull(),
|
||||
includeFeeInAmount = includeFeeInAmount,
|
||||
)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue