Updated on 2026-08-14
This commit is contained in:
parent
297eb15571
commit
f8ac204948
1 changed files with 1 additions and 1 deletions
|
|
@ -1271,7 +1271,7 @@ internal class SwapInteractorImpl @Inject constructor(
|
|||
val feeToCheckFunds = feeByPriority + (otherNativeFee ?: BigDecimal.ZERO)
|
||||
val isBalanceIncludeFeeEnough = isBalanceEnough(fromToken, amount, feeToCheckFunds)
|
||||
val feeState = getFeeState(
|
||||
fee = feeByPriority,
|
||||
fee = feeToCheckFunds,
|
||||
spendAmount = amount,
|
||||
networkId = networkId,
|
||||
fromTokenStatus = fromToken,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue