Updated on 2026-08-14
This commit is contained in:
parent
6997dd476a
commit
148d718359
1 changed files with 1 additions and 1 deletions
|
|
@ -410,7 +410,7 @@ internal class SwapInteractorImpl @AssistedInject constructor(
|
|||
rateType = RateType.FLOAT,
|
||||
)
|
||||
|
||||
return if (isBalanceWithoutFeeEnough) {
|
||||
return if (isBalanceWithoutFeeEnough && maybeQuotes.isRight()) {
|
||||
provider to loadDexSwapData(
|
||||
provider = provider,
|
||||
networkId = networkId,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue