Updated on 2026-08-14
This commit is contained in:
parent
0c4a135923
commit
c2d547b33d
1 changed files with 1 additions and 1 deletions
|
|
@ -919,7 +919,7 @@ internal class SwapInteractorImpl @Inject constructor(
|
|||
|
||||
return when {
|
||||
fromToken is CryptoCurrency.Token -> {
|
||||
if (feeValue > tokenForFeeBalance.value) {
|
||||
if (feeValue > tokenForFeeBalance.value || tokenForFeeBalance.value.signum() == 0) {
|
||||
IncludeFeeInAmount.BalanceNotEnough
|
||||
} else {
|
||||
IncludeFeeInAmount.Excluded
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue